buildroot/target/device/ARM/Config.in

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