2008-03-20 23:06:10 +01:00
|
|
|
menuconfig BR2_TARGET_ARMLTD
|
2007-07-12 20:47:48 +02:00
|
|
|
bool "ARM Ltd. Device Support"
|
2008-06-19 21:06:25 +02:00
|
|
|
depends on BR2_arm
|
2009-01-29 21:10:23 +01:00
|
|
|
select BR2_ARM_EABI
|
|
|
|
select BR2_arm926t
|
2007-07-12 20:47:48 +02:00
|
|
|
|
2009-01-29 21:10:23 +01:00
|
|
|
comment "ARM Ltd. based Device Support"
|
|
|
|
depends on BR2_TARGET_ARMLTD
|
2007-02-10 20:30:55 +01:00
|
|
|
|
2009-01-29 18:41:36 +01:00
|
|
|
|
|
|
|
if BR2_TARGET_ARMLTD
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Controller board"
|
2009-01-29 21:10:23 +01:00
|
|
|
default BR2_TARGET_ARM_INTEGRATOR_926
|
2009-01-29 18:41:36 +01:00
|
|
|
help
|
|
|
|
ARM Ltd. Controller Board to build for
|
|
|
|
|
2007-02-10 20:30:55 +01:00
|
|
|
config BR2_TARGET_ARM_INTEGRATOR_926
|
|
|
|
bool "Integrator arm926"
|
|
|
|
|
2009-01-29 18:41:36 +01:00
|
|
|
config BR2_TARGET_ARM_INTEGRATOR_926_HUGE
|
|
|
|
bool "Integrator arm926 (Huge)"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config BR2_BOARD_NAME
|
|
|
|
string
|
|
|
|
default "integrator926" if BR2_TARGET_ARM_INTEGRATOR_926
|
2009-01-29 21:10:23 +01:00
|
|
|
default "integrator926_huge" if BR2_TARGET_ARM_INTEGRATOR_926_HUGE
|
2009-01-29 18:41:36 +01:00
|
|
|
|
|
|
|
config BR2_BOARD_PATH
|
|
|
|
string "Board Path"
|
|
|
|
default "target/device/ARMLTD/$(BR2_BOARD_NAME)"
|
|
|
|
|
|
|
|
endif
|