[U-Boot] [PATCH v2 24/28] Drop CONFIG_ISA_KEYBOARD
Simon Glass
sjg at chromium.org
Mon Oct 19 05:17:33 CEST 2015
This option is mentioned but does not do anything. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---
Changes in v2: None
README | 11 ++++++-----
board/mpl/pip405/README | 4 ----
include/configs/MIP405.h | 5 -----
include/configs/PIP405.h | 5 -----
4 files changed, 6 insertions(+), 19 deletions(-)
diff --git a/README b/README
index 99f2b97..6cdf2f0 100644
--- a/README
+++ b/README
@@ -1775,17 +1775,18 @@ 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.
Export function i8042_kbd_init, i8042_tstc and i8042_getc
for cfb_console. Supports cursor blinking.
+ CONFIG_CROS_EC_KEYB
+ Enables a Chrome OS keyboard using the CROS_EC interface.
+ This uses CROS_EC to communicate with a second microcontroller
+ which provides key scans on request.
+ See Kconfig help for available keyboard drivers.
+
- Video support:
CONFIG_VIDEO
diff --git a/board/mpl/pip405/README b/board/mpl/pip405/README
index 012db1c..1b73dbe 100644
--- a/board/mpl/pip405/README
+++ b/board/mpl/pip405/README
@@ -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
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h
index cb21b73..5bbc0de 100644
--- a/include/configs/MIP405.h
+++ b/include/configs/MIP405.h
@@ -364,11 +364,6 @@
#define CONFIG_ISO_PARTITION /* Experimental */
/************************************************************
- * Keyboard support
- ************************************************************/
-#undef CONFIG_ISA_KEYBOARD
-
-/************************************************************
* Video support
************************************************************/
#define CONFIG_VIDEO /*To enable video controller support */
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h
index c9d08e6..265fa12 100644
--- a/include/configs/PIP405.h
+++ b/include/configs/PIP405.h
@@ -321,11 +321,6 @@
#define CONFIG_ISO_PARTITION /* Experimental */
/************************************************************
- * Keyboard support
- ************************************************************/
-#define CONFIG_ISA_KEYBOARD
-
-/************************************************************
* Video support
************************************************************/
#define CONFIG_VIDEO /*To enable video controller support */
--
2.6.0.rc2.230.g3dd15c0
More information about the U-Boot
mailing list