summaryrefslogtreecommitdiff
path: root/target/device/Arm/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-10 19:30:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-02-10 19:30:55 +0000
commitb0dc12db5d5f003f93e6c6f822e801c804d0ad7a (patch)
tree894076c84ed0b0ce916ae8eee9c7f0f3653b04f8 /target/device/Arm/Config.in
parent16e69a3df0af08f800045756e0c60ce3621c69a0 (diff)
- add an arm integrator 926 thing qemu can deal with
Diffstat (limited to 'target/device/Arm/Config.in')
-rw-r--r--target/device/Arm/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/device/Arm/Config.in b/target/device/Arm/Config.in
new file mode 100644
index 000000000..e0abf5194
--- /dev/null
+++ b/target/device/Arm/Config.in
@@ -0,0 +1,16 @@
+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.
+