diff options
author | Tom Rini | 2022-03-18 08:38:28 -0400 |
---|---|---|
committer | Tom Rini | 2022-03-25 12:01:15 +0000 |
commit | 286c4531ad4bdc75ea0420201f388e9fb21076ef (patch) | |
tree | 664b301a8e9681d9267d727307d6558343e46058 /configs/at91sam9261ek_nandflash_defconfig | |
parent | cc386f161c3bd63c8370444df49d9fc36b60e403 (diff) |
Convert CONFIG_ATMEL_LCD et al to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_LCD
CONFIG_ATMEL_LCD_BGR555
CONFIG_ATMEL_LCD_RGB565
CONFIG_GURNARD_SPLASH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9261ek_nandflash_defconfig')
-rw-r--r-- | configs/at91sam9261ek_nandflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9261ek_nandflash_defconfig b/configs/at91sam9261ek_nandflash_defconfig index b80d5a6a5f6..32945796300 100644 --- a/configs/at91sam9261ek_nandflash_defconfig +++ b/configs/at91sam9261ek_nandflash_defconfig @@ -62,3 +62,4 @@ CONFIG_DM_SPI=y CONFIG_TIMER=y CONFIG_ATMEL_PIT_TIMER=y CONFIG_USB=y +CONFIG_ATMEL_LCD_BGR555=y |