kumquat-buildroot/target/device/xtensa/Config.in
Maxim Grigoriev 5ddb904a86 target/; xtensa support
Part of #163.

Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24 02:17:22 +02:00

22 lines
592 B
Plaintext

menuconfig BR2_TARGET_XTENSA
bool "Device and Board Support for Xtensa and Diamond cores"
depends on BR2_xtensa
default y
help
Lists development boards with support for the Xtensa architecture.
if BR2_TARGET_XTENSA
comment "Tensilica Xtensa/Diamond based Device Support"
depends on BR2_xtensa
config BR2_TARGET_XTENSA_XTAV60
bool "XTAV60/200 board (Avnet LX60 or LX200 plus Tensilica IP)"
depends on BR2_xtensa
default y
help
The XTAV60 or XTAV200 board, which is an Avnet LX60 or LX200
emulation board programmed with an FPGA bitstream obtained
from Tensilica.
endif