From e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 9 Jun 2020 10:46:46 -0400 Subject: Convert CONFIG_MXC_UART to Kconfig This converts the following to Kconfig: CONFIG_MXC_UART Signed-off-by: Tom Rini Acked-by: Peng Fan --- configs/gwventana_emmc_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/gwventana_emmc_defconfig') diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig index 9e10bdf66e..fc2504eefe 100644 --- a/configs/gwventana_emmc_defconfig +++ b/configs/gwventana_emmc_defconfig @@ -76,6 +76,7 @@ CONFIG_E1000=y CONFIG_MII=y CONFIG_PCI=y CONFIG_DM_SERIAL=y +CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y -- cgit