2 # Makefile for the Linux kernel device drivers.
4 # 15 Sep 2000, Christoph Hellwig <hch@infradead.org>
5 # Rewritten to use lists instead of if-statements.
11 obj-
$(CONFIG_GENERIC_PHY
) += phy
/
13 # GPIO must come after pinctrl as gpios may need to mux pins etc
14 obj-
$(CONFIG_PINCTRL
) += pinctrl
/
17 obj-
$(CONFIG_PCI
) += pci
/
18 obj-
$(CONFIG_PARISC
) += parisc
/
19 obj-
$(CONFIG_RAPIDIO
) += rapidio
/
23 # IPMI must come before ACPI in order to provide IPMI opregion support
24 obj-
$(CONFIG_IPMI_HANDLER
) += char
/ipmi
/
26 obj-
$(CONFIG_ACPI
) += acpi
/
27 obj-
$(CONFIG_SFI
) += sfi
/
28 # PnP must come after ACPI since it will eventually need to check if acpi
29 # was used and do nothing if so
30 obj-
$(CONFIG_PNP
) += pnp
/
32 # Many drivers will want to use DMA so this has to be made available
34 obj-
$(CONFIG_DMADEVICES
) += dma
/
36 # SOC specific infrastructure drivers.
39 obj-
$(CONFIG_VIRTIO
) += virtio
/
40 obj-
$(CONFIG_XEN
) += xen
/
42 # regulators early, since some subsystems rely on them to initialize
43 obj-
$(CONFIG_REGULATOR
) += regulator
/
45 # reset controllers early, since gpu drivers might rely on them to initialize
46 obj-
$(CONFIG_RESET_CONTROLLER
) += reset
/
48 # tty/ comes before char/ so that the VT console is the boot-time
53 # iommu/ comes before gpu as gpu are using iommu controllers
54 obj-
$(CONFIG_IOMMU_SUPPORT
) += iommu
/
56 # gpu/ comes after char for AGP vs DRM startup and after iommu
59 obj-
$(CONFIG_CONNECTOR
) += connector
/
61 # i810fb and intelfb depend on char/agp/
62 obj-
$(CONFIG_FB_I810
) += video
/fbdev
/i810
/
63 obj-
$(CONFIG_FB_INTEL
) += video
/fbdev
/intelfb
/
65 obj-
$(CONFIG_PARPORT
) += parport
/
66 obj-
$(CONFIG_NVM
) += lightnvm
/
67 obj-y
+= base
/ block
/ misc
/ mfd
/ nfc
/
68 obj-
$(CONFIG_LIBNVDIMM
) += nvdimm
/
69 obj-
$(CONFIG_DEV_DAX
) += dax
/
70 obj-
$(CONFIG_DMA_SHARED_BUFFER
) += dma-buf
/
71 obj-
$(CONFIG_NUBUS
) += nubus
/
73 obj-
$(CONFIG_IDE
) += ide
/
74 obj-
$(CONFIG_SCSI
) += scsi
/
76 obj-
$(CONFIG_ATA
) += ata
/
77 obj-
$(CONFIG_TARGET_CORE
) += target
/
78 obj-
$(CONFIG_MTD
) += mtd
/
79 obj-
$(CONFIG_SPI
) += spi
/
80 obj-
$(CONFIG_SPMI
) += spmi
/
83 obj-
$(CONFIG_ATM
) += atm
/
84 obj-
$(CONFIG_FUSION
) += message
/
86 obj-
$(CONFIG_UIO
) += uio
/
87 obj-
$(CONFIG_VFIO
) += vfio
/
90 obj-
$(CONFIG_PCCARD
) += pcmcia
/
91 obj-
$(CONFIG_DIO
) += dio
/
92 obj-
$(CONFIG_SBUS
) += sbus
/
93 obj-
$(CONFIG_ZORRO
) += zorro
/
94 obj-
$(CONFIG_ATA_OVER_ETH
) += block
/aoe
/
95 obj-
$(CONFIG_PARIDE
) += block
/paride
/
96 obj-
$(CONFIG_TC
) += tc
/
97 obj-
$(CONFIG_UWB
) += uwb
/
98 obj-
$(CONFIG_USB_PHY
) += usb
/
99 obj-
$(CONFIG_USB
) += usb
/
100 obj-
$(CONFIG_PCI
) += usb
/
101 obj-
$(CONFIG_USB_GADGET
) += usb
/
102 obj-
$(CONFIG_SERIO
) += input
/serio
/
103 obj-
$(CONFIG_GAMEPORT
) += input
/gameport
/
104 obj-
$(CONFIG_INPUT
) += input
/
105 obj-
$(CONFIG_RTC_LIB
) += rtc
/
107 obj-
$(CONFIG_PPS
) += pps
/
108 obj-
$(CONFIG_PTP_1588_CLOCK
) += ptp
/
109 obj-
$(CONFIG_W1
) += w1
/
111 obj-
$(CONFIG_HWMON
) += hwmon
/
112 obj-
$(CONFIG_THERMAL
) += thermal
/
113 obj-
$(CONFIG_WATCHDOG
) += watchdog
/
114 obj-
$(CONFIG_MD
) += md
/
115 obj-
$(CONFIG_BT
) += bluetooth
/
116 obj-
$(CONFIG_ACCESSIBILITY
) += accessibility
/
117 obj-
$(CONFIG_ISDN
) += isdn
/
118 obj-
$(CONFIG_EDAC
) += edac
/
119 obj-
$(CONFIG_EISA
) += eisa
/
121 obj-
$(CONFIG_CPU_FREQ
) += cpufreq
/
122 obj-
$(CONFIG_CPU_IDLE
) += cpuidle
/
124 obj-
$(CONFIG_MEMSTICK
) += memstick
/
126 obj-
$(CONFIG_INFINIBAND
) += infiniband
/
127 obj-
$(CONFIG_SGI_SN
) += sn
/
129 obj-
$(CONFIG_CRYPTO
) += crypto
/
130 obj-
$(CONFIG_SUPERH
) += sh
/
131 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
132 obj-y
+= clocksource
/
134 obj-
$(CONFIG_DCA
) += dca
/
135 obj-
$(CONFIG_HID
) += hid
/
136 obj-
$(CONFIG_PPC_PS3
) += ps3
/
137 obj-
$(CONFIG_OF
) += of
/
138 obj-
$(CONFIG_SSB
) += ssb
/
139 obj-
$(CONFIG_BCMA
) += bcma
/
140 obj-
$(CONFIG_VHOST_RING
) += vhost
/
141 obj-
$(CONFIG_VLYNQ
) += vlynq
/
142 obj-
$(CONFIG_STAGING
) += staging
/
147 obj-
$(CONFIG_MAILBOX
) += mailbox
/
148 obj-
$(CONFIG_HWSPINLOCK
) += hwspinlock
/
149 obj-
$(CONFIG_REMOTEPROC
) += remoteproc
/
150 obj-
$(CONFIG_RPMSG
) += rpmsg
/
152 # Virtualization drivers
153 obj-
$(CONFIG_VIRT_DRIVERS
) += virt
/
154 obj-
$(CONFIG_HYPERV
) += hv
/
156 obj-
$(CONFIG_PM_DEVFREQ
) += devfreq
/
157 obj-
$(CONFIG_EXTCON
) += extcon
/
158 obj-
$(CONFIG_MEMORY
) += memory
/
159 obj-
$(CONFIG_IIO
) += iio
/
160 obj-
$(CONFIG_VME_BUS
) += vme
/
161 obj-
$(CONFIG_IPACK_BUS
) += ipack
/
162 obj-
$(CONFIG_NTB
) += ntb
/
163 obj-
$(CONFIG_FMC
) += fmc
/
164 obj-
$(CONFIG_POWERCAP
) += powercap
/
165 obj-
$(CONFIG_MCB
) += mcb
/
166 obj-
$(CONFIG_PERF_EVENTS
) += perf
/
167 obj-
$(CONFIG_RAS
) += ras
/
168 obj-
$(CONFIG_THUNDERBOLT
) += thunderbolt
/
169 obj-
$(CONFIG_CORESIGHT
) += hwtracing
/coresight
/
170 obj-y
+= hwtracing
/intel_th
/
171 obj-
$(CONFIG_STM
) += hwtracing
/stm
/
172 obj-
$(CONFIG_ANDROID
) += android
/
173 obj-
$(CONFIG_NVMEM
) += nvmem
/
174 obj-
$(CONFIG_FPGA
) += fpga
/