mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e8e09ba5b7
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>
20 lines
297 B
Text
20 lines
297 B
Text
if TARGET_WORK_92105
|
|
|
|
config SYS_BOARD
|
|
default "work_92105"
|
|
|
|
config SYS_VENDOR
|
|
default "work-microwave"
|
|
|
|
config SYS_SOC
|
|
default "lpc32xx"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "work_92105"
|
|
|
|
config CMD_HD44760
|
|
bool "Enable 'hd44780' LCD-control comand"
|
|
help
|
|
This controls the LCD driver.
|
|
|
|
endif
|