summaryrefslogtreecommitdiff
path: root/target/device/ARM/Config.in
diff options
context:
space:
mode:
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
-