summaryrefslogtreecommitdiff
path: root/target/device/ARM/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 17:21:16 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 17:21:16 +0000
commit2f1eb9e4b8e83273afd19d23bc417991c3e078a1 (patch)
tree6001b66020a948c95db96bc126a6758810bf9929 /target/device/ARM/Config.in
parent83e903468ce90de64dd6e87ace6ea28f72b6e5eb (diff)
Remove unneeded ARM architecure patch, just a clone of SAM9260 support
Diffstat (limited to 'target/device/ARM/Config.in')
-rw-r--r--target/device/ARM/Config.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/device/ARM/Config.in b/target/device/ARM/Config.in
deleted file mode 100644
index 557476377..000000000
--- a/target/device/ARM/Config.in
+++ /dev/null
@@ -1,20 +0,0 @@
-menuconfig BR2_TARGET_ARM
- bool "Generic ARM Support"
- depends on BR2_arm
- depends on !BR2_TARGET_ARMLTD
- depends on !BR2_TARGET_ATMEL
- depends on !BR2_TARGET_SHARP
- default y
-
-if BR2_TARGET_ARM
-
-config BR2_BOARD_NAME
- string "Board Name"
- default "arm"
-
-config BR2_BOARD_PATH
- string "Board Path"
- default "target/device/ARM"
-
-endif
-