]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/armv7/exynos/Kconfig
arch: Make board selection choices optional
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / exynos / Kconfig
index 9e47ed3ed78a63ab422160d58b1082d9a6bca748..c61442578d565e7e5f67b9b6a08532778c26bc8d 100644 (file)
@@ -2,6 +2,7 @@ if ARCH_EXYNOS
 
 choice
        prompt "EXYNOS board select"
+       optional
 
 config TARGET_SMDKV310
        select SUPPORT_SPL
@@ -65,22 +66,7 @@ endchoice
 config SYS_SOC
        default "exynos"
 
-config DM
-       default y
-
-config DM_SERIAL
-       default y
-
-config DM_SPI
-       default y
-
-config DM_SPI_FLASH
-       default y
-
-config DM_GPIO
-       default y
-
-config SYS_MALLOC_F
+config DM_USB
        default y
 
 source "board/samsung/smdkv310/Kconfig"