u-boot-brain/board/isee/igep0033/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
311 B
Plaintext

if TARGET_AM335X_IGEP0033
config SYS_BOARD
default "igep0033"
config SYS_VENDOR
default "isee"
config SYS_SOC
default "am33xx"
config SYS_CONFIG_NAME
default "am335x_igep0033"
config DM
default y if !SPL_BUILD
config DM_GPIO
default y if !SPL_BUILD
config DM_SERIAL
default y if !SPL_BUILD
endif