diff options
author | Tom Rini | 2022-03-18 08:38:29 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 3e2ea3278efba6189dd9644438c64de4017fa027 (patch) | |
tree | db96c35a1e3b49c8b3ba8b7c93f5cc2cb8227b15 /board/ronetix/pm9263 | |
parent | 286c4531ad4bdc75ea0420201f388e9fb21076ef (diff) |
Convert CONFIG_LCD_INFO et al to Kconfig
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>
Diffstat (limited to 'board/ronetix/pm9263')
-rw-r--r-- | board/ronetix/pm9263/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ronetix/pm9263/Kconfig b/board/ronetix/pm9263/Kconfig index 5b47d348450..d6b8cacef55 100644 --- a/board/ronetix/pm9263/Kconfig +++ b/board/ronetix/pm9263/Kconfig @@ -1,5 +1,8 @@ if TARGET_PM9263 +config LCD_IN_PSRAM + def_bool y + config SYS_BOARD default "pm9263" |