diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-04-09 04:34:34 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-28 10:42:35 -0400 |
commit | fac379e1ea4090471c7fdbc184f83409ae4be942 (patch) | |
tree | 11ec53ef79ad3e6110400d4044e2ddd0e067b10c /configs/s32v234evb_defconfig | |
parent | 76dd0f2c3dbfe2fe56288d7ec8f6743eca460864 (diff) | |
download | u-boot-fac379e1ea4090471c7fdbc184f83409ae4be942.tar.gz |
serial: Migrate CONFIG_FSL_LINFLEXUART to Kconfig
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Diffstat (limited to 'configs/s32v234evb_defconfig')
-rw-r--r-- | configs/s32v234evb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/s32v234evb_defconfig b/configs/s32v234evb_defconfig index c59abe1bd8..f64ed8535f 100644 --- a/configs/s32v234evb_defconfig +++ b/configs/s32v234evb_defconfig @@ -12,4 +12,5 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_DM=y CONFIG_FSL_ESDHC=y CONFIG_DM_SERIAL=y +CONFIG_FSL_LINFLEXUART=y CONFIG_OF_LIBFDT=y |