summaryrefslogtreecommitdiff
path: root/target/device/ARMLTD/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/ARMLTD/Config.in')
-rw-r--r--target/device/ARMLTD/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in
new file mode 100644
index 000000000..73b2da875
--- /dev/null
+++ b/target/device/ARMLTD/Config.in
@@ -0,0 +1,21 @@
+menuconfig BR2_TARGET_ARMLTD
+ bool "ARM Ltd. Device Support"
+ depends BR2_arm
+ default n
+
+comment "Arm based Device Support"
+ depends BR2_arm && BR2_TARGET_ARMLTD
+
+config BR2_TARGET_ARM_INTEGRATOR_926
+ bool "Integrator arm926"
+ depends BR2_arm && BR2_TARGET_ARMLTD
+ default n
+ 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.
+