mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Drop CONFIG_ISA_KEYBOARD
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>
This commit is contained in:
parent
6b44ae6b06
commit
51a8a72dc5
4 changed files with 0 additions and 19 deletions
5
README
5
README
|
@ -1767,11 +1767,6 @@ CBFS (Coreboot Filesystem) support
|
||||||
a default value of 65536 will be defined.
|
a default value of 65536 will be defined.
|
||||||
|
|
||||||
- Keyboard Support:
|
- Keyboard Support:
|
||||||
CONFIG_ISA_KEYBOARD
|
|
||||||
|
|
||||||
Define this to enable standard (PC-Style) keyboard
|
|
||||||
support
|
|
||||||
|
|
||||||
CONFIG_I8042_KBD
|
CONFIG_I8042_KBD
|
||||||
Standard PC keyboard driver with US (is default) and
|
Standard PC keyboard driver with US (is default) and
|
||||||
GERMAN key layout (switch via environment 'keymap=de') support.
|
GERMAN key layout (switch via environment 'keymap=de') support.
|
||||||
|
|
|
@ -114,10 +114,6 @@ RTC
|
||||||
----
|
----
|
||||||
CONFIG_RTC_MC146818 MC146818 RTC support
|
CONFIG_RTC_MC146818 MC146818 RTC support
|
||||||
|
|
||||||
Keyboard:
|
|
||||||
---------
|
|
||||||
CONFIG_ISA_KEYBOARD Standard (PC-Style) Keyboard support
|
|
||||||
|
|
||||||
Video:
|
Video:
|
||||||
------
|
------
|
||||||
CONFIG_VIDEO_CT69000 Enable Chips & Technologies 69000 Video chip
|
CONFIG_VIDEO_CT69000 Enable Chips & Technologies 69000 Video chip
|
||||||
|
|
|
@ -361,11 +361,6 @@
|
||||||
#define CONFIG_MAC_PARTITION
|
#define CONFIG_MAC_PARTITION
|
||||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||||
|
|
||||||
/************************************************************
|
|
||||||
* Keyboard support
|
|
||||||
************************************************************/
|
|
||||||
#undef CONFIG_ISA_KEYBOARD
|
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
* Video support
|
* Video support
|
||||||
************************************************************/
|
************************************************************/
|
||||||
|
|
|
@ -318,11 +318,6 @@
|
||||||
#define CONFIG_MAC_PARTITION
|
#define CONFIG_MAC_PARTITION
|
||||||
#define CONFIG_ISO_PARTITION /* Experimental */
|
#define CONFIG_ISO_PARTITION /* Experimental */
|
||||||
|
|
||||||
/************************************************************
|
|
||||||
* Keyboard support
|
|
||||||
************************************************************/
|
|
||||||
#define CONFIG_ISA_KEYBOARD
|
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
* Video support
|
* Video support
|
||||||
************************************************************/
|
************************************************************/
|
||||||
|
|
Loading…
Reference in a new issue