blob: e9971cc90bd90b71a3a9e4767e70708d5cd8467a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#include <kernel-image>
# Multifunction devices
drivers/mfd/**
# Regulators
drivers/regulator/**
# NIC,sata, and USB on Armada 8K
phy-mvebu-cp110-comphy ?
# SoC modules
drivers/soc/**
# Watchdog needed for reboot
sunxi_wdt ?
# SPI devices
drivers/spi/**
# For cros_ec mfd device
cros_ec_spi ?
# PCIe PHYs
phy-rockchip-pcie ?
|