blob: 557476377871acd15f47dfe657392f9c37a6efb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
menuconfig BR2_TARGET_ARM
bool "Generic ARM Support"
depends on BR2_arm
depends on !BR2_TARGET_ARMLTD
depends on !BR2_TARGET_ATMEL
depends on !BR2_TARGET_SHARP
default y
if BR2_TARGET_ARM
config BR2_BOARD_NAME
string "Board Name"
default "arm"
config BR2_BOARD_PATH
string "Board Path"
default "target/device/ARM"
endif
|