diff options
author | Adam Ford | 2018-02-04 08:54:13 -0600 |
---|---|---|
committer | Tom Rini | 2018-02-08 07:27:52 -0500 |
commit | 71abe5ac0079879d4142ca15d41d943e120acbf1 (patch) | |
tree | ababcd50cd301528365e94a65aaf5adf20c39934 /configs/imx6q_logic_defconfig | |
parent | 5030eaa499b17ff74d0420457731522e2d829c7c (diff) |
configs: imx6q_logic: Move CONFIG_MXC_UART to Kconfig
Since CONFIG_MXC_UART is already in Kconfig, move this from
the header to imx6q_logic_defconfig
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/imx6q_logic_defconfig')
-rw-r--r-- | configs/imx6q_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx6q_logic_defconfig b/configs/imx6q_logic_defconfig index bd0da25ece2..a13034df5ac 100644 --- a/configs/imx6q_logic_defconfig +++ b/configs/imx6q_logic_defconfig @@ -39,3 +39,4 @@ CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_REGULATOR_PFUZE100=y +CONFIG_MXC_UART=y |