Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: config: generic: Add board-litex

The LiteX framework provides a convenient and efficient infrastructure
to create FPGA Cores/SoCs.

We have implemented LiteX support for a couple of opensource MIPS
CPU cores including microAptiv UP from MIPS, GS232 from Loongson,
and CDIM from CQU.

For this platform, devicetree is generated by litex python scripts
so there is no devicetree addition necessary.

Link: https://github.com/enjoy-digital/litex/pull/1990
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Jiaxun Yang and committed by
Thomas Bogendoerfer
10f338bd 9ce4250e

+8
+8
arch/mips/configs/generic/board-litex.config
··· 1 + CONFIG_LITEX_LITEETH=y 2 + CONFIG_SERIAL_LITEUART=y 3 + CONFIG_SERIAL_LITEUART_CONSOLE=y 4 + CONFIG_MMC=y 5 + CONFIG_MMC_LITEX=y 6 + CONFIG_LITEX_SOC_CONTROLLER=y 7 + CONFIG_USB_OHCI_HCD=y 8 + CONFIG_USB_OHCI_HCD_PLATFORM=y