diff options
author | Tom Rini | 2020-06-16 19:06:06 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:04 -0400 |
commit | a60becc8c7ec06db2c0b8bec3c6ea25850911749 (patch) | |
tree | 0e8ef2a9b5f2d3e9843bdd92ee181ddccd6cfe0a /configs/at91sam9n12ek_spiflash_defconfig | |
parent | 348d183e546bf28f78fe0ca03b36d8f76526c10c (diff) |
Convert CONFIG_ATMEL_HLCD to Kconfig
This converts the following to Kconfig:
CONFIG_ATMEL_HLCD
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/at91sam9n12ek_spiflash_defconfig')
-rw-r--r-- | configs/at91sam9n12ek_spiflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9n12ek_spiflash_defconfig b/configs/at91sam9n12ek_spiflash_defconfig index 688f0c3a286..0e95cff7336 100644 --- a/configs/at91sam9n12ek_spiflash_defconfig +++ b/configs/at91sam9n12ek_spiflash_defconfig @@ -63,4 +63,5 @@ CONFIG_ATMEL_PIT_TIMER=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y +CONFIG_ATMEL_HLCD=y CONFIG_LCD=y |