summaryrefslogtreecommitdiffstats
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.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/ARM/Config.in b/target/device/ARM/Config.in
new file mode 100644
index 000000000..20ada1633
--- /dev/null
+++ b/target/device/ARM/Config.in
@@ -0,0 +1,15 @@
+config BR2_TARGET_ARM
+ bool
+ depends on BR2_arm
+ depends on !BR2_TARGET_ARMLTD
+ depends on !BR2_TARGET_ATMEL
+ depends on !BR2_TARGET_SHARP
+ default y
+
+config BR2_BOARD_NAME
+ string
+ default "arm"
+
+config BR2_BOARD_PATH
+ string
+ default "target/device/ARM"