From: Parag Warudkar Date: Mon, 22 Dec 2008 21:50:52 +0000 (+0100) Subject: HID: make boot protocol drivers depend on EMBEDDED X-Git-Tag: v2.6.29-rc1~498^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=ac09952babed8e2ac6999127b7f95d7a2bbfd7af;p=linux-2.6-omap-h63xx.git HID: make boot protocol drivers depend on EMBEDDED The usbmouse and usbkbd modules are not supposed to be used with regular USB mice and keyboards. Make them depend on EMBEDDED to prevent them from being built and loaded on non-EMBEDDED configs. Signed-off-by: Parag Warudkar Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 5d9aa95fc3e..4edb3bef94a 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig @@ -45,7 +45,7 @@ config USB_HIDDEV If unsure, say Y. menu "USB HID Boot Protocol drivers" - depends on USB!=n && USB_HID!=y + depends on USB!=n && USB_HID!=y && EMBEDDED config USB_KBD tristate "USB HIDBP Keyboard (simple Boot) support"