u-boot-brain/board/silica/pengwyn/Kconfig
Simon Glass 001646c478 dm: omap3: 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:35 -07:00

25 lines
296 B
Plaintext

if TARGET_PENGWYN
config SYS_BOARD
default "pengwyn"
config SYS_VENDOR
default "silica"
config SYS_SOC
default "am33xx"
config SYS_CONFIG_NAME
default "pengwyn"
config DM
default y if !SPL_BUILD
config DM_GPIO
default y if !SPL_BUILD
config DM_SERIAL
default y if !SPL_BUILD
endif