|
@@ -1,14 +1,14 @@
|
|
|
-menuconfig BR2_TARGET_ARM
|
|
|
+menuconfig BR2_TARGET_ARMLTD
|
|
|
bool "ARM Ltd. Device Support"
|
|
|
depends BR2_arm
|
|
|
default n
|
|
|
|
|
|
comment "Arm based Device Support"
|
|
|
- depends BR2_arm && BR2_TARGET_ARM
|
|
|
+ depends BR2_arm && BR2_TARGET_ARMLTD
|
|
|
|
|
|
config BR2_TARGET_ARM_INTEGRATOR_926
|
|
|
bool "Integrator arm926"
|
|
|
- depends BR2_arm && BR2_TARGET_ARM
|
|
|
+ depends BR2_arm && BR2_TARGET_ARMLTD
|
|
|
default n
|
|
|
select BR2_PACKAGE_LINUX
|
|
|
select BR2_ARM_EABI
|