u-boot-brain/board/ti/omap5_uevm/Kconfig
Masahiro Yamada 6c5431ac81 omap5: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big,
move the OMAP5 board select menu to omap5/Kconfig.

Move also common settings (CONFIG_SYS_CPU="armv7" and
CONFIG_SYS_SOC="omap5").

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

16 lines
171 B
Plaintext

if TARGET_OMAP5_UEVM
config SYS_BOARD
string
default "omap5_uevm"
config SYS_VENDOR
string
default "ti"
config SYS_CONFIG_NAME
string
default "omap5_uevm"
endif