mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
3e2ea3278e
This converts the following to Kconfig: CONFIG_LCD_INFO CONFIG_LCD_LOGO CONFIG_LCD_INFO_BELOW_LOGO CONFIG_LCD_IN_PSRAM Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
173 B
Text
15 lines
173 B
Text
if TARGET_PM9263
|
|
|
|
config LCD_IN_PSRAM
|
|
def_bool y
|
|
|
|
config SYS_BOARD
|
|
default "pm9263"
|
|
|
|
config SYS_VENDOR
|
|
default "ronetix"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pm9263"
|
|
|
|
endif
|