From 9b71402b8e17744b06e3b22282b47682632e46bd Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 19 Dec 2012 09:11:54 +0100 Subject: kbd: conflict with busybox setkeycodes/showkey/chvt/deallocvt Signed-off-by: Michael Olbrich --- rules/kbd.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rules/kbd.in b/rules/kbd.in index 658afcb20..ab35c8c09 100644 --- a/rules/kbd.in +++ b/rules/kbd.in @@ -30,25 +30,41 @@ config KBD_GETKEYCODES config KBD_SETKEYCODES bool prompt "setkeycodes" + depends on !BUSYBOX_SETKEYCODES || ALLYES help setkeycodes - load kernel scancode-to-keycode mapping table entries +comment "BusyBox' setkeycodes is selected!" + depends on BUSYBOX_SETKEYCODES + config KBD_SHOWKEY bool prompt "showkey" + depends on !BUSYBOX_SHOWKEY || ALLYES help showkey - examine the scan codes and keycodes sent by the keyboard +comment "BusyBox' showkey is selected!" + depends on BUSYBOX_SHOWKEY + config KBD_CHVT bool prompt "chvt" + depends on !BUSYBOX_CHVT || ALLYES help chvt - change foreground virtual terminal +comment "BusyBox' chvt is selected!" + depends on BUSYBOX_CHVT + config KBD_DEALLOCVT bool prompt "deallocvt" + depends on !BUSYBOX_DEALLOCVT || ALLYES help deallocvt - deallocate unused virtual terminals +comment "BusyBox' deallocvt is selected!" + depends on BUSYBOX_DEALLOCVT + endif -- cgit v1.2.3