diff options
author | Simon Glass | 2015-02-05 21:41:40 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-12 10:35:34 -0700 |
commit | aab7e80d5fbc3aeb5feddae88c9cbb649d23345a (patch) | |
tree | f09376b4009810fd73ec221e40064722b9cae3f2 /board/samsung/goni | |
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 <sjg@chromium.org>
Diffstat (limited to 'board/samsung/goni')
-rw-r--r-- | board/samsung/goni/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/samsung/goni/Kconfig b/board/samsung/goni/Kconfig index cbbf5a93156..2c5d3fc3be5 100644 --- a/board/samsung/goni/Kconfig +++ b/board/samsung/goni/Kconfig @@ -12,4 +12,13 @@ config SYS_SOC config SYS_CONFIG_NAME default "s5p_goni" +config DM + default y if !SPL_BUILD + +config DM_GPIO + default y if !SPL_BUILD + +config DM_SERIAL + default y if !SPL_BUILD + endif |