| To: | Wu Zhangjin <wuzhangjin@gmail.com> |
|---|---|
| Subject: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Sun, 29 Nov 2009 07:29:48 +0000 |
| Cc: | Dmitry Torokhov <dmitry.torokhov@gmail.com>, linux-mips@linux-mips.org, zhangfx@lemote.com, yanh@lemote.com, huhb@lemote.com, linux-input@vger.kernel.org |
| In-reply-to: | <1259473802.2577.6.camel@falcon.domain.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259414649.git.wuzhangjin@gmail.com> <739db9c7b5bab429d0df5a7c68f301aa12f1402d.1259414649.git.wuzhangjin@gmail.com> <20091129053527.GU6936@core.coreip.homeip.net> <1259473802.2577.6.camel@falcon.domain.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-08-17) |
On Sun, Nov 29, 2009 at 01:50:02PM +0800, Wu Zhangjin wrote: > On Sat, 2009-11-28 at 21:35 -0800, Dmitry Torokhov wrote: > > On Sat, Nov 28, 2009 at 09:44:41PM +0800, Wu Zhangjin wrote: > > > > > > +config YEELOONG_HOTKEY > > > + tristate "Hotkey Driver" > > > + depends on YEELOONG_VO > > > + select INPUT > > > > I think this should be depend, not select. > > Hmm, okay, will replace it by depend later ;) > > > > > > + select INPUT_EVDEV > > > + select SUSPEND > > > > Does it break without SUSPEND? > > not break, but I just want to select something for users, so, they will > have no need to care about which extra option is needed. We use select extensively on MIPS but select is dangerous and you stepped into its trap. When SUSPEND is enabled by a user in kernel/power/Kconfig it can only be choosen if PM is enabled. By "select SUSPEND" this dependency so now it is possible to have a kernel where SUSPEND is enabled without PM which won't work. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Wu Zhangjin |
|---|---|
| Next by Date: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Wu Zhangjin |
| Next by Thread: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |