1# 2# Marvell SoC support 3# 4 5# SoC support 6options SOC_MARVELL_8K 7 8# GPIO / PINCTRL 9device a37x0_gpio # Marvell Armada 37x0 GPIO controller 10device mv_gpio # Marvell GPIO controller 11device mvebu_pinctrl # Marvell Pinmux Controller 12 13# I2C 14device a37x0_iic # Armada 37x0 I2C controller 15device twsi # Allwinner/Marvell I2C controller 16 17# Interrupt controllers 18device mv_cp110_icu # Marvell CP110 ICU 19device mv_ap806_gicp # Marvell AP806 GICP 20device mv_ap806_sei # Marvell AP806 SEI 21 22# Real-time clock support 23device mv_rtc # Marvell Real-time Clock 24 25# Crypto accelerators 26device safexcel # Inside Secure EIP-97 27 28# Thermal sensors 29device mv_thermal # Marvell Thermal Sensor Controller 30 31# SPI 32device a37x0_spi # Marvell Armada 37x0 SPI Controller 33 34# Serial (COM) ports 35device uart_mvebu # Armada 3700 UART driver 36device uart_ns8250 # ns8250-type UART driver 37device uart_snps 38 39# Ethernet NICs 40device neta # Marvell Armada 370/38x/XP/3700 NIC 41 42# Etherswitch devices 43device etherswitch # Enable etherswitch support 44device miiproxy # Required for etherswitch 45device e6000sw # Marvell mv88e6085 based switches 46 47# USB support 48device ehci_mv # Marvell EHCI USB interface 49 50# MMC/SD/SDIO Card slot support 51device sdhci 52device sdhci_xenon # Marvell Xenon SD/MMC controller 53 54options FDT 55device acpi 56 57# DTBs 58makeoptions MODULES_EXTRA+="dtb/mv" 59