mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 22:22:13 +00:00
21 lines
335 B
Plaintext
21 lines
335 B
Plaintext
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
|
|
|