aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:12 -0500
committerTom Rini <trini@konsulko.com>2022-12-21 19:04:33 -0500
commit4475d017c57f93dca61c08563b3ff4202d38a127 (patch)
treee003eb37c46847501ef55f80be1f471216375977 /arch/arm/mach-exynos
parent7d212af2b1cf19c643368668fafd2525fda26277 (diff)
downloadu-boot-4475d017c57f93dca61c08563b3ff4202d38a127.zip
u-boot-4475d017c57f93dca61c08563b3ff4202d38a127.tar.gz
u-boot-4475d017c57f93dca61c08563b3ff4202d38a127.tar.bz2
arm: exynos5: Migrate USB_BOOTING to Kconfig
This symbol is enabled for all exynos5 platforms, move to Kconfig and select it. Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r--arch/arm/mach-exynos/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 29e35e4..383af83 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -4,6 +4,9 @@ config BOARD_COMMON
def_bool y
depends on !TARGET_SMDKV310 && !TARGET_ARNDALE
+config USB_BOOTING
+ bool
+
choice
prompt "EXYNOS architecture type select"
optional
@@ -24,6 +27,7 @@ config ARCH_EXYNOS5
select BOARD_EARLY_INIT_F
select CPU_V7A
select SHA_HW_ACCEL
+ select USB_BOOTING
imply CMD_HASH
imply CRC32_VERIFY
imply HASH_VERIFY