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. > + select INPUT_EVDEV > + select SUSPEND Does it break without SUSPEND? I am pretty sure that it will work fine without EVDEV (however unlikely it is not present). -- Dmitry