diff options
| author | Simon Glass <[email protected]> | 2015-02-05 21:41:40 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2015-02-12 10:35:34 -0700 |
| commit | aab7e80d5fbc3aeb5feddae88c9cbb649d23345a (patch) | |
| tree | f09376b4009810fd73ec221e40064722b9cae3f2 /arch | |
| parent | 34e609ca82d8846dc1fcee485e9a2ad71060f77f (diff) | |
dm: exynos: Move driver model CONFIGs to Kconfig
Remove driver model CONFIGs from the board config headers and use Kconfig
instead.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv7/exynos/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/exynos/Kconfig b/arch/arm/cpu/armv7/exynos/Kconfig index 7fcb5d2094e..17ad567c190 100644 --- a/arch/arm/cpu/armv7/exynos/Kconfig +++ b/arch/arm/cpu/armv7/exynos/Kconfig @@ -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" |
