mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-27 14:14:37 +08:00
Convert CONFIG_CMD_HD44760 to Kconfig
This converts the following to Kconfig: CONFIG_CMD_HD44760 Also drop CONFIG_CMD_HD44780 which appears to be a typo. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d70f919e49
commit
e8e09ba5b7
@ -12,4 +12,9 @@ config SYS_SOC
|
||||
config SYS_CONFIG_NAME
|
||||
default "work_92105"
|
||||
|
||||
config CMD_HD44760
|
||||
bool "Enable 'hd44780' LCD-control comand"
|
||||
help
|
||||
This controls the LCD driver.
|
||||
|
||||
endif
|
||||
|
@ -346,4 +346,4 @@ U_BOOT_CMD(
|
||||
"HD44780 LCD driver control",
|
||||
hd44780_help_text
|
||||
);
|
||||
#endif /* CONFIG_CMD_HD44780 */
|
||||
#endif /* CONFIG_CMD_HD44760 */
|
||||
|
@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
||||
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
||||
CONFIG_SPL_SERIAL_SUPPORT=y
|
||||
CONFIG_SPL_NAND_SUPPORT=y
|
||||
CONFIG_CMD_HD44760=y
|
||||
CONFIG_BOOTDELAY=3
|
||||
CONFIG_VERSION_VARIABLE=y
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
|
@ -134,7 +134,6 @@
|
||||
#define CONFIG_LPC32XX_SSP
|
||||
#define CONFIG_LPC32XX_SSP_TIMEOUT 100000
|
||||
#define CONFIG_CMD_MAX6957
|
||||
#define CONFIG_CMD_HD44760
|
||||
/*
|
||||
* Environment
|
||||
*/
|
||||
|
@ -383,7 +383,6 @@ CONFIG_CM922T_XA10
|
||||
CONFIG_CMDLINE_EDITING
|
||||
CONFIG_CMDLINE_PS_SUPPORT
|
||||
CONFIG_CMDLINE_TAG
|
||||
CONFIG_CMD_HD44760
|
||||
CONFIG_CMD_HD44780
|
||||
CONFIG_CMD_HDMIDETECT
|
||||
CONFIG_CMD_IDE
|
||||
|
Loading…
Reference in New Issue
Block a user