24 lines
458 B
Plaintext
24 lines
458 B
Plaintext
menuconfig BR2_TARGET_ARM
|
|
bool "ARM Ltd. Device Support"
|
|
depends BR2_arm
|
|
default n
|
|
|
|
if BR2_TARGET_ARM
|
|
comment "Arm based Device Support"
|
|
depends BR2_arm
|
|
|
|
config BR2_TARGET_ARM_INTEGRATOR_926
|
|
bool "Integrator arm926"
|
|
depends BR2_arm
|
|
default n
|
|
select BR2_PACKAGE_LINUX
|
|
select BR2_ARM_EABI
|
|
select BR2_KERNEL_HEADERS_2_6_20
|
|
select BR2_PTHREADS
|
|
select BR2_arm926t
|
|
help
|
|
An ARM integrator 926 board for use with qemu.
|
|
This one has an MMU.
|
|
|
|
endif
|