From d54f1fc5de918201118b511852dd7a0f1bdc52b3 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath Date: Thu, 30 Nov 2017 22:38:38 +0100 Subject: [PATCH] ARM: imx: cm_fx6: defconfig: enable CONFIG_DM_KEYBOARD Commit 5248930ebf48 ("dm: imx: cm_fx6: Enable more driver model support") enabled driver model support for USB. But it missed to enable driver model support for keyboards. As a result, USB keyboards do no longer work. Fix this by enabling driver model support for keyboards. Fixes: 5248930ebf48 ("dm: imx: cm_fx6: Enable more driver model support") Signed-off-by: Christopher Spinrath Reviewed-by: Fabio Estevam Reviewed-by: Simon Glass --- configs/cm_fx6_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 8e0746bcf8..bcf2b77190 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -53,6 +53,7 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=spi0.0:768k(uboot),256k(uboot-environment),-(r CONFIG_OF_CONTROL=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_DWC_AHSATA=y +CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_ATMEL=y