u-boot-brain/board/omicron/calimain/Kconfig
Masahiro Yamada 3491ba6311 davinci: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Davinci board select menu to davinci/Kconfig.

Move also common settings (CONFIG_SYS_CPU="arm926ejs" and
CONFIG_SYS_SOC="davinci").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Tom Rini <trini@ti.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
2014-08-30 21:21:59 -04:00

16 lines
170 B
Plaintext

if TARGET_CALIMAIN
config SYS_BOARD
string
default "calimain"
config SYS_VENDOR
string
default "omicron"
config SYS_CONFIG_NAME
string
default "calimain"
endif