From 374f8383b979761ff6eb3de9e6302efb21439a64 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 20 Mar 2008 23:04:30 +0000 Subject: Add generic ARM target, if none other is choosen --- target/device/ARM/Config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/device/ARM/Config.in (limited to 'target/device/ARM/Config.in') 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" -- cgit v1.2.3