diff options
| author | Tom Rini <[email protected]> | 2022-03-18 08:38:29 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-25 12:01:15 +0000 |
| commit | 3e2ea3278efba6189dd9644438c64de4017fa027 (patch) | |
| tree | db96c35a1e3b49c8b3ba8b7c93f5cc2cb8227b15 /configs/pm9261_defconfig | |
| 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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/pm9261_defconfig')
| -rw-r--r-- | configs/pm9261_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index bda991795e2..8e5ebaa50b3 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -63,4 +63,6 @@ CONFIG_DM_VIDEO=y CONFIG_ATMEL_LCD=y CONFIG_ATMEL_LCD_BGR555=y CONFIG_LCD=y +CONFIG_LCD_INFO=y +CONFIG_LCD_LOGO=y CONFIG_REGEX=y |
