blob: 76c92860e11a569d4352b822c8a3800acf8232f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
menuconfig BR2_TARGET_ARMLTD
bool "ARM Ltd. Device Support"
depends on BR2_arm
default n
comment "Arm based Device Support"
depends on BR2_arm && BR2_TARGET_ARMLTD
config BR2_TARGET_ARM_INTEGRATOR_926
bool "Integrator arm926"
depends on BR2_arm && BR2_TARGET_ARMLTD
default y
select BR2_PACKAGE_LINUX
select BR2_ARM_EABI
select BR2_KERNEL_HEADERS_2_6_22
select BR2_PTHREADS
select BR2_arm926t
help
An ARM integrator 926 board for use with qemu.
This one has an MMU.
|