aboutsummaryrefslogtreecommitdiffstats
path: root/target/device/ARM/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 23:04:30 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-20 23:04:30 +0000
commit374f8383b979761ff6eb3de9e6302efb21439a64 (patch)
tree6ac602289ec73bdcae40da6a0eaf99e020c3e3de /target/device/ARM/Config.in
parent42b0271533a9fa6158cee783a13bf0a6d9be909c (diff)
downloadbuildroot-novena-374f8383b979761ff6eb3de9e6302efb21439a64.tar.gz
buildroot-novena-374f8383b979761ff6eb3de9e6302efb21439a64.zip
Add generic ARM target, if none other is choosen
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"