1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Makefile for the Linux kernel device drivers. 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 61da177e4SLinus Torvalds# Rewritten to use lists instead of if-statements. 71da177e4SLinus Torvalds# 81da177e4SLinus Torvalds 967d7c302SMasahiro Yamada# Some driver Makefiles miss $(srctree)/ for include directive. 1067d7c302SMasahiro Yamadaifdef building_out_of_srctree 1167d7c302SMasahiro YamadaMAKEFLAGS += --include-dir=$(srctree) 1267d7c302SMasahiro Yamadaendif 1367d7c302SMasahiro Yamada 1489214f00SSimon Arlottobj-y += irqchip/ 1526a84b3eSKishon Vijay Abraham Iobj-y += bus/ 1689214f00SSimon Arlott 17ff764963SKishon Vijay Abraham Iobj-$(CONFIG_GENERIC_PHY) += phy/ 18ff764963SKishon Vijay Abraham I 192744e8afSLinus Walleij# GPIO must come after pinctrl as gpios may need to mux pins etc 2095b612ccSMasahiro Yamadaobj-$(CONFIG_PINCTRL) += pinctrl/ 216b891a26SAndrew F. Davisobj-$(CONFIG_GPIOLIB) += gpio/ 220c2498f1SSascha Hauerobj-y += pwm/ 235e8cb403SKishon Vijay Abraham I 249de0eec2SCyrille Pitchenobj-y += pci/ 257a2b3f02SKishon Vijay Abraham I 261da177e4SLinus Torvaldsobj-$(CONFIG_PARISC) += parisc/ 27394b701cSMatt Porterobj-$(CONFIG_RAPIDIO) += rapidio/ 281da177e4SLinus Torvaldsobj-y += video/ 2926717172SLen Brownobj-y += idle/ 30061475b6SMatthew Garrett 31061475b6SMatthew Garrett# IPMI must come before ACPI in order to provide IPMI opregion support 3254f9c4d0SAlistair Poppleobj-y += char/ipmi/ 33061475b6SMatthew Garrett 34888ba6c6SLen Brownobj-$(CONFIG_ACPI) += acpi/ 354590d98fSAndy Shevchenko 361da177e4SLinus Torvalds# PnP must come after ACPI since it will eventually need to check if acpi 371da177e4SLinus Torvalds# was used and do nothing if so 381da177e4SLinus Torvaldsobj-$(CONFIG_PNP) += pnp/ 3987d0bab2SHiroshi DOYUobj-y += amba/ 406eb1c949SMasahiro Yamada 416eb1c949SMasahiro Yamadaobj-y += clk/ 42a0eb221aSLinus Walleij# Many drivers will want to use DMA so this has to be made available 43a0eb221aSLinus Walleij# really early. 449a322993SPhilippe De Muyterobj-$(CONFIG_DMADEVICES) += dma/ 451da177e4SLinus Torvalds 463a6e0821SSantosh Shilimkar# SOC specific infrastructure drivers. 473a6e0821SSantosh Shilimkarobj-y += soc/ 483a6e0821SSantosh Shilimkar 4927d9839fSArnd Bergmannobj-y += virtio/ 50c9b9f5f8SMichael S. Tsirkinobj-$(CONFIG_VDPA) += vdpa/ 51ad9a8612SJeremy Fitzhardingeobj-$(CONFIG_XEN) += xen/ 52ad9a8612SJeremy Fitzhardinge 539f4dab49SDavid Brownell# regulators early, since some subsystems rely on them to initialize 549f4dab49SDavid Brownellobj-$(CONFIG_REGULATOR) += regulator/ 559f4dab49SDavid Brownell 5661fc4131SPhilipp Zabel# reset controllers early, since gpu drivers might rely on them to initialize 5761fc4131SPhilipp Zabelobj-$(CONFIG_RESET_CONTROLLER) += reset/ 5861fc4131SPhilipp Zabel 59ab4382d2SGreg Kroah-Hartman# tty/ comes before char/ so that the VT console is the boot-time 601da177e4SLinus Torvalds# default. 6196fd7ce5SGreg Kroah-Hartmanobj-y += tty/ 621da177e4SLinus Torvaldsobj-y += char/ 631da177e4SLinus Torvalds 641bacc894SOded Gabbay# iommu/ comes before gpu as gpu are using iommu controllers 65bd3c2e66SSakari Ailusobj-y += iommu/ 661bacc894SOded Gabbay 671bacc894SOded Gabbay# gpu/ comes after char for AGP vs DRM startup and after iommu 68e6b51632SDave Airlieobj-y += gpu/ 69e6b51632SDave Airlie 707672d0b5SEvgeniy Polyakovobj-$(CONFIG_CONNECTOR) += connector/ 717672d0b5SEvgeniy Polyakov 721da177e4SLinus Torvalds# i810fb and intelfb depend on char/agp/ 73f7018c21STomi Valkeinenobj-$(CONFIG_FB_I810) += video/fbdev/i810/ 74f7018c21STomi Valkeinenobj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/ 751da177e4SLinus Torvalds 761da177e4SLinus Torvaldsobj-$(CONFIG_PARPORT) += parport/ 770329326eSMatti J. Aaltonenobj-y += base/ block/ misc/ mfd/ nfc/ 78b94d5230SDan Williamsobj-$(CONFIG_LIBNVDIMM) += nvdimm/ 798a3d95eaSArnd Bergmannobj-y += dax/ 8035fac7e3SMaarten Lankhorstobj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/ 811da177e4SLinus Torvaldsobj-$(CONFIG_NUBUS) += nubus/ 829ea4dcf4SDan Williamsobj-y += cxl/ 8345941d04SSoeren Sonnenburgobj-y += macintosh/ 84ad80f970SChristoph Hellwigobj-y += scsi/ 8557dacad5SJay Sternbergobj-y += nvme/ 86c6fd2807SJeff Garzikobj-$(CONFIG_ATA) += ata/ 87c66ac9dbSNicholas Bellingerobj-$(CONFIG_TARGET_CORE) += target/ 889289d4efSSudhakar Rajashekharaobj-$(CONFIG_MTD) += mtd/ 899289d4efSSudhakar Rajashekharaobj-$(CONFIG_SPI) += spi/ 905a86bf34SKenneth Heitkeobj-$(CONFIG_SPMI) += spmi/ 91ea12c45fSAndrew F. Davisobj-$(CONFIG_HSI) += hsi/ 923648e78eSSagar Dhariaobj-$(CONFIG_SLIMBUS) += slimbus/ 930c406263SArjan van de Venobj-y += net/ 940c406263SArjan van de Venobj-$(CONFIG_ATM) += atm/ 951da177e4SLinus Torvaldsobj-$(CONFIG_FUSION) += message/ 968702d33aSStefan Richterobj-y += firewire/ 97beafc54cSHans J. Kochobj-$(CONFIG_UIO) += uio/ 98cba3345cSAlex Williamsonobj-$(CONFIG_VFIO) += vfio/ 991da177e4SLinus Torvaldsobj-y += cdrom/ 10070e84049SMiguel Ojeda Sandonisobj-y += auxdisplay/ 1011da177e4SLinus Torvaldsobj-$(CONFIG_PCCARD) += pcmcia/ 1021da177e4SLinus Torvaldsobj-$(CONFIG_DIO) += dio/ 1031da177e4SLinus Torvaldsobj-$(CONFIG_SBUS) += sbus/ 1041da177e4SLinus Torvaldsobj-$(CONFIG_ZORRO) += zorro/ 1051da177e4SLinus Torvaldsobj-$(CONFIG_ATA_OVER_ETH) += block/aoe/ 1061da177e4SLinus Torvaldsobj-$(CONFIG_TC) += tc/ 107edc7cb2eSFelipe Balbiobj-$(CONFIG_USB_PHY) += usb/ 1081da177e4SLinus Torvaldsobj-$(CONFIG_USB) += usb/ 109c9d24f78SRandy Dunlapobj-$(CONFIG_USB_SUPPORT) += usb/ 1106015d2c4SLinus Torvaldsobj-$(CONFIG_PCI) += usb/ 1114661ffc9SFelipe Balbiobj-$(CONFIG_USB_GADGET) += usb/ 1123d615964SAlexey Brodkinobj-$(CONFIG_OF) += usb/ 11351c38f9bSDmitry Torokhovobj-$(CONFIG_SERIO) += input/serio/ 1141da177e4SLinus Torvaldsobj-$(CONFIG_GAMEPORT) += input/gameport/ 1151da177e4SLinus Torvaldsobj-$(CONFIG_INPUT) += input/ 116c58411e9SAlessandro Zummoobj-$(CONFIG_RTC_LIB) += rtc/ 1173a379bbcSBoris Brezillonobj-y += i2c/ i3c/ media/ 118eae9d2baSRodolfo Giomettiobj-$(CONFIG_PPS) += pps/ 119d1cbfd77SNicolas Pitreobj-y += ptp/ 1201da177e4SLinus Torvaldsobj-$(CONFIG_W1) += w1/ 121f96576bdSKrzysztof Kozlowskiobj-y += power/ 122ad2f931dSJean Delvareobj-$(CONFIG_HWMON) += hwmon/ 123203d3d4aSZhang Ruiobj-$(CONFIG_THERMAL) += thermal/ 124b7e04f8cSWim Van Sebroeckobj-$(CONFIG_WATCHDOG) += watchdog/ 1251da177e4SLinus Torvaldsobj-$(CONFIG_MD) += md/ 1261da177e4SLinus Torvaldsobj-$(CONFIG_BT) += bluetooth/ 127f7511d5fSSamuel Thibaultobj-$(CONFIG_ACCESSIBILITY) += accessibility/ 1281da177e4SLinus Torvaldsobj-$(CONFIG_ISDN) += isdn/ 129da9bb1d2SAlan Coxobj-$(CONFIG_EDAC) += edac/ 1301da177e4SLinus Torvaldsobj-$(CONFIG_EISA) += eisa/ 1317813dd6fSViresh Kumarobj-$(CONFIG_PM_OPP) += opp/ 1321da177e4SLinus Torvaldsobj-$(CONFIG_CPU_FREQ) += cpufreq/ 1334f86d3a8SLen Brownobj-$(CONFIG_CPU_IDLE) += cpuidle/ 13452c506f0SAdrian Hunterobj-y += mmc/ 135dd11376bSBart Van Asscheobj-y += ufs/ 136baf8532aSAlex Dubovobj-$(CONFIG_MEMSTICK) += memstick/ 137b1ae40a5SAndrew F. Davisobj-$(CONFIG_NEW_LEDS) += leds/ 1381da177e4SLinus Torvaldsobj-$(CONFIG_INFINIBAND) += infiniband/ 1391da177e4SLinus Torvaldsobj-y += firmware/ 1401da177e4SLinus Torvaldsobj-$(CONFIG_CRYPTO) += crypto/ 141e87eaad1SPaul Mundtobj-$(CONFIG_SUPERH) += sh/ 142592913ecSJohn Stultzobj-y += clocksource/ 1437589670fSShannon Nelsonobj-$(CONFIG_DCA) += dca/ 14425621bccSBenjamin Tissoiresobj-$(CONFIG_HID_SUPPORT) += hid/ 145eb30c720SGeert Uytterhoevenobj-$(CONFIG_PPC_PS3) += ps3/ 14697e873e5SStephen Rothwellobj-$(CONFIG_OF) += of/ 14761e115a5SMichael Bueschobj-$(CONFIG_SSB) += ssb/ 1488369ae33SRafał Miłeckiobj-$(CONFIG_BCMA) += bcma/ 149f87d0fbbSRusty Russellobj-$(CONFIG_VHOST_RING) += vhost/ 15098701a2aSRandy Dunlapobj-$(CONFIG_VHOST_IOTLB) += vhost/ 151b2fbd8b0SMichael S. Tsirkinobj-$(CONFIG_VHOST) += vhost/ 15255e331cfSFlorian Fainelliobj-$(CONFIG_VLYNQ) += vlynq/ 1538465def4SGreg Kroah-Hartmanobj-$(CONFIG_GREYBUS) += greybus/ 1548ffdff6aSGreg Kroah-Hartmanobj-$(CONFIG_COMEDI) += comedi/ 15535045589SGreg Kroah-Hartmanobj-$(CONFIG_STAGING) += staging/ 15641b16dceSLen Brownobj-y += platform/ 157bd9a4c7dSOhad Ben-Cohen 15830058677SRob Herringobj-$(CONFIG_MAILBOX) += mailbox/ 159bd9a4c7dSOhad Ben-Cohenobj-$(CONFIG_HWSPINLOCK) += hwspinlock/ 160400e64dfSOhad Ben-Cohenobj-$(CONFIG_REMOTEPROC) += remoteproc/ 161bcabbccaSOhad Ben-Cohenobj-$(CONFIG_RPMSG) += rpmsg/ 1629251345dSVinod Koulobj-$(CONFIG_SOUNDWIRE) += soundwire/ 1636db71994STimur Tabi 1646db71994STimur Tabi# Virtualization drivers 1656db71994STimur Tabiobj-$(CONFIG_VIRT_DRIVERS) += virt/ 166a4d7e8aeSMichael Kelleyobj-$(subst m,y,$(CONFIG_HYPERV)) += hv/ 167a3c98b8bSMyungJoo Ham 168a3c98b8bSMyungJoo Hamobj-$(CONFIG_PM_DEVFREQ) += devfreq/ 169de55d871SMyungJoo Hamobj-$(CONFIG_EXTCON) += extcon/ 1707ec94453SAneesh Vobj-$(CONFIG_MEMORY) += memory/ 171a980e046SJonathan Cameronobj-$(CONFIG_IIO) += iio/ 17205e5027eSGreg Kroah-Hartmanobj-$(CONFIG_IPACK_BUS) += ipack/ 173fce8a7bbSJon Masonobj-$(CONFIG_NTB) += ntb/ 17412cc4b38SSrinivas Pandruvadaobj-$(CONFIG_POWERCAP) += powercap/ 1753764e82eSJohannes Thumshirnobj-$(CONFIG_MCB) += mcb/ 176fa8ad788SMark Rutlandobj-$(CONFIG_PERF_EVENTS) += perf/ 17776ac8275SChen, Gongobj-$(CONFIG_RAS) += ras/ 178690ac0d2SMika Westerbergobj-$(CONFIG_USB4) += thunderbolt/ 17901081f5aSMathieu Poirierobj-$(CONFIG_CORESIGHT) += hwtracing/coresight/ 18039f40346SAlexander Shishkinobj-y += hwtracing/intel_th/ 1817bd1d409SAlexander Shishkinobj-$(CONFIG_STM) += hwtracing/stm/ 182ff0de066SYicong Yangobj-$(CONFIG_HISI_PTT) += hwtracing/ptt/ 1831045a067SChristoph Hellwigobj-y += android/ 184eace75cfSSrinivas Kandagatlaobj-$(CONFIG_NVMEM) += nvmem/ 1856a8c3be7SAlan Tullobj-$(CONFIG_FPGA) += fpga/ 1860508ad1fSJeremy Kerrobj-$(CONFIG_FSI) += fsi/ 187967c9ccaSJens Wiklanderobj-$(CONFIG_TEE) += tee/ 188a3b02a9cSPeter Rosinobj-$(CONFIG_MULTIPLEXER) += mux/ 189bbecb07fSUwe Kleine-Königobj-$(CONFIG_SIOX) += siox/ 1902b6a4403SJohan Hovoldobj-$(CONFIG_GNSS) += gnss/ 19111f1cecaSGeorgi Djakovobj-$(CONFIG_INTERCONNECT) += interconnect/ 1920040a390SWilliam Breathitt Grayobj-$(CONFIG_COUNTER) += counter/ 193b2765275SChristian Grommobj-$(CONFIG_MOST) += most/ 1946523d3b2SIwona Winiarskaobj-$(CONFIG_PECI) += peci/ 19531ab09b4SDipen Patelobj-$(CONFIG_HTE) += hte/ 19635b13763SJacek Lawrynowiczobj-$(CONFIG_DRM_ACCEL) += accel/ 1972959ab24SNipun Guptaobj-$(CONFIG_CDX_BUS) += cdx/ 198*305b9f4fSMasahiro Yamada 199*305b9f4fSMasahiro Yamadaobj-$(CONFIG_S390) += s390/ 200