Directory Files
.. 6
File Size
Kconfig 523 B
Makefile 188 B
bridge-regs.h 852 B
buffalo-wxl-setup.c 3.7 kB
common.c 12 kB
common.h 1.6 kB
irq.c 1.8 kB
irqs.h 2.2 kB
mpp.c 727 B
mpp.h 12 kB
mv78xx0.h 4.6 kB
pcie.c 7.0 kB

Linux v6.6.1 - mach-mv78xx0

# SPDX-License-Identifier: GPL-2.0-only
menuconfig ARCH_MV78XX0
	bool "Marvell MV78xx0"
	depends on ARCH_MULTI_V5
	depends on CPU_LITTLE_ENDIAN
	depends on ATAGS
	select CPU_FEROCEON
	select GPIOLIB
	select MVEBU_MBUS
	select FORCE_PCI
	select PLAT_ORION_LEGACY
	help
	  Support for the following Marvell MV78xx0 series SoCs:
	  MV781x0, MV782x0.

if ARCH_MV78XX0

config MACH_TERASTATION_WXL
	bool "Buffalo WLX (Terastation Duo) NAS"
	help
	  Say 'Y' here if you want your kernel to support the
	  Buffalo WXL Nas.

endif