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.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Arm/Config.in b/target/device/Arm/Config.in
index e0abf5194..a52f9ef64 100644
--- a/target/device/Arm/Config.in
+++ b/target/device/Arm/Config.in
@@ -1,3 +1,9 @@
+menuconfig BR2_TARGET_ARM
+ bool "ARM Ltd. Device Support"
+ depends BR2_arm
+ default n
+
+if BR2_TARGET_ARM
comment "Arm based Device Support"
depends BR2_arm
@@ -14,3 +20,4 @@ config BR2_TARGET_ARM_INTEGRATOR_926
An ARM integrator 926 board for use with qemu.
This one has an MMU.
+endif