mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
18 lines
262 B
Text
18 lines
262 B
Text
![]() |
#
|
||
|
# 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
|