From 0200db650e6386d44ba2a707d9f22ddf72681cf7 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Sun, 16 Oct 2011 02:56:46 +0400 Subject: target-xtensa: add Avnet LX60/LX110/LX200 boards These boards carry similar hardware: SDRAM (48M for LX110, 64M for LX60, 96M for LX200), 16 Mbyte FLASH, FPGA, 10/100 Mbps Ethernet PHY and 16550 UART. FPGA may be loaded with almost any Tensilica processor. It is also used to implement Ethernet MAC, e.g. OpenCores 10/100 Mbps Ethernet MAC and LED/DIP switches access. Signed-off-by: Max Filippov Signed-off-by: Blue Swirl --- default-configs/xtensaeb-softmmu.mak | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default-configs/xtensaeb-softmmu.mak') diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xtensaeb-softmmu.mak index e5faa09012..7f0df3499e 100644 --- a/default-configs/xtensaeb-softmmu.mak +++ b/default-configs/xtensaeb-softmmu.mak @@ -1 +1,4 @@ # Default configuration for Xtensa + +CONFIG_SERIAL=y +CONFIG_OPENCORES_ETH=y -- cgit v1.2.3