diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-06-08 01:43:47 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-06-22 17:43:31 +0200 |
commit | a1f79c2170ba425972d626cc6351bcdef2ca9d08 (patch) | |
tree | b4a765521704ba60d4cd3011f53e25aa84feabbc /configs/wandboard_defconfig | |
parent | f7ac30b042dc9c9383e102fb54431c664c281d0d (diff) |
arm: wandboard: move CONFIG_MXC_UART to defconfig
For using a debug UART on the Wandboard CONFIG_MXC_UART=y must be set in
the .config file.
To avoid duplicate definitions move the setting from
include/configs/wandboard.h to configs/wandboard_defconfig.
Document the debug UART settings in the README.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r-- | configs/wandboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 733b4e82ed..8febe56f2e 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -67,6 +67,7 @@ CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_SCSI=y +CONFIG_MXC_UART=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_DM_USB=y |