diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-11-04 22:37:14 -0500 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-12-19 00:10:24 -0500 |
commit | 0d456bad36d42d16022be045c8a53ddbb59ee478 (patch) | |
tree | 3c135bfcf37d6ccf45fd9ac4f739df95e181d416 /arch/xtensa/Kconfig | |
parent | da844a81779e2bb263eca4ecb1046541fdb11cf8 (diff) |
xtensa: add support for the XTFPGA boards
The Avnet LX60/LX110/LX200 board is an FPGA board that can be configured with
an Xtensa processor and an OpenCores Ethernet device.
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 8ceb5b2ffbb1..73d34e77c39c 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig | |||
@@ -151,6 +151,15 @@ config XTENSA_PLATFORM_S6105 | |||
151 | select SERIAL_CONSOLE | 151 | select SERIAL_CONSOLE |
152 | select NO_IOPORT | 152 | select NO_IOPORT |
153 | 153 | ||
154 | config XTENSA_PLATFORM_XTFPGA | ||
155 | bool "XTFPGA" | ||
156 | select SERIAL_CONSOLE | ||
157 | select ETHOC | ||
158 | select XTENSA_CALIBRATE_CCOUNT | ||
159 | help | ||
160 | XTFPGA is the name of Tensilica board family (LX60, LX110, LX200, ML605). | ||
161 | This hardware is capable of running a full Linux distribution. | ||
162 | |||
154 | endchoice | 163 | endchoice |
155 | 164 | ||
156 | 165 | ||