u-boot-brain/board/htkw/mcx/Kconfig
Masahiro Yamada 3cfbcb58d3 omap3: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the OMAP3 board select menu to omap3/Kconfig.

Move also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="omap3

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Tom Rini <trini@ti.com>
2014-08-30 21:21:59 -04:00

16 lines
152 B
Plaintext

if TARGET_MCX
config SYS_BOARD
string
default "mcx"
config SYS_VENDOR
string
default "htkw"
config SYS_CONFIG_NAME
string
default "mcx"
endif