From f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Oct 2016 20:12:56 -0600 Subject: Convert CONFIG_LCD to Kconfig This converts the following to Kconfig: CONFIG_LCD Signed-off-by: Simon Glass Reviewed-by: Tom Rini Reviewed-by: Jagan Teki --- configs/at91sam9x5ek_nandflash_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/at91sam9x5ek_nandflash_defconfig') diff --git a/configs/at91sam9x5ek_nandflash_defconfig b/configs/at91sam9x5ek_nandflash_defconfig index 8fb4af7..66a5fb0 100644 --- a/configs/at91sam9x5ek_nandflash_defconfig +++ b/configs/at91sam9x5ek_nandflash_defconfig @@ -29,4 +29,5 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y CONFIG_USB=y CONFIG_USB_STORAGE=y +CONFIG_LCD=y CONFIG_OF_LIBFDT=y -- cgit v1.1