diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-21 16:40:05 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-05-24 15:59:17 +0300 |
commit | d7ac185fd840d1406fcafc1b412482138475af82 (patch) | |
tree | 8657afa87dc72861644f9b9e7416dbe3ed2bc5e6 /configs | |
parent | b271d366cc2772368fa581a9fdd6e1fae1756ce0 (diff) | |
download | u-boot-d7ac185fd840d1406fcafc1b412482138475af82.tar.gz |
serial: Convert ARC_SERIAL to Kconfig
One step closer to completely Kconfig-driven target configuration in
U-Boot :)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nsim_700_defconfig | 1 | ||||
-rw-r--r-- | configs/nsim_700be_defconfig | 1 | ||||
-rw-r--r-- | configs/nsim_hs38_defconfig | 1 | ||||
-rw-r--r-- | configs/nsim_hs38be_defconfig | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/configs/nsim_700_defconfig b/configs/nsim_700_defconfig index 12fe5f77c6..01a461b851 100644 --- a/configs/nsim_700_defconfig +++ b/configs/nsim_700_defconfig @@ -13,4 +13,5 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/nsim_700be_defconfig b/configs/nsim_700be_defconfig index 6c0dba7c6d..9188ab24d7 100644 --- a/configs/nsim_700be_defconfig +++ b/configs/nsim_700be_defconfig @@ -14,4 +14,5 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/nsim_hs38_defconfig b/configs/nsim_hs38_defconfig index bb31adb381..58ada454e7 100644 --- a/configs/nsim_hs38_defconfig +++ b/configs/nsim_hs38_defconfig @@ -14,4 +14,5 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y diff --git a/configs/nsim_hs38be_defconfig b/configs/nsim_hs38be_defconfig index a2cc238433..53feb29a48 100644 --- a/configs/nsim_hs38be_defconfig +++ b/configs/nsim_hs38be_defconfig @@ -15,4 +15,5 @@ CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_DM=y CONFIG_DM_SERIAL=y +CONFIG_ARC_SERIAL=y CONFIG_USE_PRIVATE_LIBGCC=y |