Skip to content
Snippets Groups Projects
Commit ac09952b authored by Parag Warudkar's avatar Parag Warudkar Committed by Jiri Kosina
Browse files

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: default avatarParag Warudkar <parag.lkml@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 725cf0f4
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment