summaryrefslogtreecommitdiff
path: root/target/device/Arm/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 22:06:10 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 22:06:10 +0000
commit10cacfa02ddb8a80c0d92327afc313f68f0cf753 (patch)
tree1d9a428788e1a39c6a1a525554dd690c39721c3d /target/device/Arm/Config.in
parent63364eb82d1e826c959b9f271043ef0b4e8cc064 (diff)
Move ARM target to ARMLTD target to prepare for generic ARM
Diffstat (limited to 'target/device/Arm/Config.in')
-rw-r--r--target/device/Arm/Config.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/device/Arm/Config.in b/target/device/Arm/Config.in
deleted file mode 100644
index 36934ee09..000000000
--- a/target/device/Arm/Config.in
+++ /dev/null
@@ -1,21 +0,0 @@
-menuconfig BR2_TARGET_ARM
- bool "ARM Ltd. Device Support"
- depends BR2_arm
- default n
-
-comment "Arm based Device Support"
- depends BR2_arm && BR2_TARGET_ARM
-
-config BR2_TARGET_ARM_INTEGRATOR_926
- bool "Integrator arm926"
- depends BR2_arm && BR2_TARGET_ARM
- 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.
-