u-boot-brain/board/atmark-techno/armadillo-800eva/Kconfig
Masahiro Yamada f40b989863 rmobile: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the Rmobile board select menu to rmobile/Kconfig.

Consolidate also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="rmobile").

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
2014-08-30 21:19:32 -04:00

16 lines
200 B
Plaintext

if TARGET_ARMADILLO_800EVA
config SYS_BOARD
string
default "armadillo-800eva"
config SYS_VENDOR
string
default "atmark-techno"
config SYS_CONFIG_NAME
string
default "armadillo-800eva"
endif