2008-04-06 10:19:58 +02:00
|
|
|
menuconfig BR2_TARGET_ARM
|
|
|
|
bool "Generic ARM Support"
|
2008-03-21 00:04:30 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on !BR2_TARGET_ARMLTD
|
|
|
|
depends on !BR2_TARGET_ATMEL
|
|
|
|
depends on !BR2_TARGET_SHARP
|
|
|
|
default y
|
|
|
|
|
2008-04-06 10:19:58 +02:00
|
|
|
if BR2_TARGET_ARM
|
|
|
|
|
2008-03-21 00:04:30 +01:00
|
|
|
config BR2_BOARD_NAME
|
2008-04-06 10:19:58 +02:00
|
|
|
string "Board Name"
|
2008-03-21 00:04:30 +01:00
|
|
|
default "arm"
|
|
|
|
|
|
|
|
config BR2_BOARD_PATH
|
2008-04-06 10:19:58 +02:00
|
|
|
string "Board Path"
|
2008-03-21 00:04:30 +01:00
|
|
|
default "target/device/ARM"
|
2008-04-06 10:19:58 +02:00
|
|
|
|
|
|
|
endif
|
|
|
|
|