u-boot-brain/board/samsung/smdkc100/Kconfig
Simon Glass aab7e80d5f 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>
2015-02-12 10:35:34 -07:00

25 lines
301 B
Plaintext

if TARGET_SMDKC100
config SYS_BOARD
default "smdkc100"
config SYS_VENDOR
default "samsung"
config SYS_SOC
default "s5pc1xx"
config SYS_CONFIG_NAME
default "smdkc100"
config DM
default y if !SPL_BUILD
config DM_GPIO
default y if !SPL_BUILD
config DM_SERIAL
default y if !SPL_BUILD
endif