forked from Minki/linux
bc4e814e5d
Reviewed-by: Linus Walleij <linux.walleij@stericsson.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
18 lines
262 B
Plaintext
18 lines
262 B
Plaintext
#
|
|
# SPEAr310 machine configuration file
|
|
#
|
|
|
|
if MACH_SPEAR310
|
|
|
|
choice
|
|
prompt "SPEAr310 Boards"
|
|
default BOARD_SPEAR310_EVB
|
|
|
|
config BOARD_SPEAR310_EVB
|
|
bool "SPEAr310 Evaluation Board"
|
|
help
|
|
Supports ST SPEAr310 Evaluation Board
|
|
endchoice
|
|
|
|
endif #MACH_SPEAR310
|