|
@@ -65,6 +65,21 @@ endchoice
|
|
|
config SYS_SOC
|
|
|
default "exynos"
|
|
|
|
|
|
+config DM
|
|
|
+ default y if !SPL_BUILD
|
|
|
+
|
|
|
+config DM_SERIAL
|
|
|
+ default y if !SPL_BUILD
|
|
|
+
|
|
|
+config DM_SPI
|
|
|
+ default y if !SPL_BUILD
|
|
|
+
|
|
|
+config DM_SPI_FLASH
|
|
|
+ default y if !SPL_BUILD
|
|
|
+
|
|
|
+config DM_GPIO
|
|
|
+ default y if !SPL_BUILD
|
|
|
+
|
|
|
source "board/samsung/smdkv310/Kconfig"
|
|
|
source "board/samsung/trats/Kconfig"
|
|
|
source "board/samsung/universal_c210/Kconfig"
|