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		tca64xx			# I2C gpio expander
16device		twsi			# Allwinner/Marvell I2C controller
17
18# Interrupt controllers
19device		mv_cp110_icu		# Marvell CP110 ICU
20device		mv_ap806_gicp		# Marvell AP806 GICP
21device		mv_ap806_sei		# Marvell AP806 SEI
22
23# Real-time clock support
24device		mv_rtc			# Marvell Real-time Clock
25
26# Crypto accelerators
27device		safexcel		# Inside Secure EIP-97
28
29# Thermal sensors
30device		mv_thermal		# Marvell Thermal Sensor Controller
31
32# SPI
33device		a37x0_spi		# Marvell Armada 37x0 SPI Controller
34
35# Serial (COM) ports
36device		uart_mvebu		# Armada 3700 UART driver
37device		uart_ns8250		# ns8250-type UART driver
38device		uart_snps
39
40# Ethernet NICs
41device		neta			# Marvell Armada 370/38x/XP/3700 NIC
42
43# Etherswitch devices
44device		etherswitch		# Enable etherswitch support
45device		miiproxy		# Required for etherswitch
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# Clocks
58device		a37x0_xtal		# Marvell xtal-clock
59device		a37x0_tbg		# Marvell tbg-clock
60device		a37x0_nb_periph		# Marvell north-bridge peripheral clock
61device		a37x0_sb_periph		# Maravell south-bridge peripheral clock
62
63# DTBs
64makeoptions	MODULES_EXTRA+="dtb/mv"
65