]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Drop CONFIG_ISA_KEYBOARD
authorSimon Glass <sjg@chromium.org>
Wed, 11 Nov 2015 17:05:44 +0000 (10:05 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:13:41 +0000 (20:13 -0700)
This option is mentioned but does not do anything. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
README
board/mpl/pip405/README
include/configs/MIP405.h
include/configs/PIP405.h

diff --git a/README b/README
index a0b6c89ae579ce8903c7c3b955801d675cab24ff..15016ce92701fc6c0dc24aae7243fd9d5e4cf83d 100644 (file)
--- a/README
+++ b/README
@@ -1767,11 +1767,6 @@ CBFS (Coreboot Filesystem) support
                a default value of 65536 will be defined.
 
 - Keyboard Support:
-               CONFIG_ISA_KEYBOARD
-
-               Define this to enable standard (PC-Style) keyboard
-               support
-
                CONFIG_I8042_KBD
                Standard PC keyboard driver with US (is default) and
                GERMAN key layout (switch via environment 'keymap=de') support.
index 012db1c5f7435dcede54ab4c7655e239cafa05af..1b73dbe5edd1303e074e54b581c38a3a11a253ad 100644 (file)
@@ -114,10 +114,6 @@ RTC
 ----
 CONFIG_RTC_MC146818            MC146818 RTC support
 
-Keyboard:
----------
-CONFIG_ISA_KEYBOARD            Standard (PC-Style) Keyboard support
-
 Video:
 ------
 CONFIG_VIDEO_CT69000           Enable Chips & Technologies 69000 Video chip
index ec62c8a0657b3dc3c5f2aac9a3ced24d00f8ae68..ba93c1801739650c61cdaac858c8bb5a5d4b2343 100644 (file)
 #define CONFIG_MAC_PARTITION
 #define CONFIG_ISO_PARTITION /* Experimental */
 
-/************************************************************
- * Keyboard support
- ************************************************************/
-#undef CONFIG_ISA_KEYBOARD
-
 /************************************************************
  * Video support
  ************************************************************/
index 45eecc42b05d811fa7b680082f8cc41c4833a2b3..aac5a4d8160b5f999f1447851922fa149f426bc2 100644 (file)
 #define CONFIG_MAC_PARTITION
 #define CONFIG_ISO_PARTITION /* Experimental */
 
-/************************************************************
- * Keyboard support
- ************************************************************/
-#define CONFIG_ISA_KEYBOARD
-
 /************************************************************
  * Video support
  ************************************************************/