From 010a1acb2389cefc3452dfc0e2a07051c8ad3e07 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 29 Jan 2009 20:10:23 +0000 Subject: Clean up ARM Ltd. BSP --- target/device/ARMLTD/Config.in | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'target/device/ARMLTD/Config.in') diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in index b7a5d0d73..66f031c10 100644 --- a/target/device/ARMLTD/Config.in +++ b/target/device/ARMLTD/Config.in @@ -1,38 +1,33 @@ menuconfig BR2_TARGET_ARMLTD bool "ARM Ltd. Device Support" depends on BR2_arm + select BR2_ARM_EABI + select BR2_arm926t -comment "Arm based Device Support" - depends on BR2_arm && BR2_TARGET_ARMLTD +comment "ARM Ltd. based Device Support" + depends on BR2_TARGET_ARMLTD if BR2_TARGET_ARMLTD choice prompt "Controller board" + default BR2_TARGET_ARM_INTEGRATOR_926 help ARM Ltd. Controller Board to build for config BR2_TARGET_ARM_INTEGRATOR_926 bool "Integrator arm926" - depends on BR2_arm && BR2_TARGET_ARMLTD - default y - select BR2_ARM_EABI - select BR2_arm926t config BR2_TARGET_ARM_INTEGRATOR_926_HUGE bool "Integrator arm926 (Huge)" - depends on BR2_arm && BR2_TARGET_ARMLTD - default y - select BR2_ARM_EABI - select BR2_arm926t endchoice config BR2_BOARD_NAME string default "integrator926" if BR2_TARGET_ARM_INTEGRATOR_926 - default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926 + default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926_HUGE config BR2_BOARD_PATH string "Board Path" -- cgit v1.2.3