1# 2# Makefile for the Linux kernel device drivers. 3# 4# 15 Sep 2000, Christoph Hellwig <hch@infradead.org> 5# Rewritten to use lists instead of if-statements. 6# 7 8obj-y += irqchip/ 9obj-y += bus/ 10 11obj-$(CONFIG_GENERIC_PHY) += phy/ 12 13# GPIO must come after pinctrl as gpios may need to mux pins etc 14obj-y += pinctrl/ 15obj-y += gpio/ 16obj-y += pwm/ 17obj-$(CONFIG_PCI) += pci/ 18obj-$(CONFIG_PARISC) += parisc/ 19obj-$(CONFIG_RAPIDIO) += rapidio/ 20obj-y += video/ 21obj-y += idle/ 22 23# IPMI must come before ACPI in order to provide IPMI opregion support 24obj-$(CONFIG_IPMI_HANDLER) += char/ipmi/ 25 26obj-$(CONFIG_ACPI) += acpi/ 27obj-$(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 30obj-$(CONFIG_PNP) += pnp/ 31obj-y += amba/ 32# Many drivers will want to use DMA so this has to be made available 33# really early. 34obj-$(CONFIG_DMADEVICES) += dma/ 35 36# SOC specific infrastructure drivers. 37obj-y += soc/ 38 39obj-$(CONFIG_VIRTIO) += virtio/ 40obj-$(CONFIG_XEN) += xen/ 41 42# regulators early, since some subsystems rely on them to initialize 43obj-$(CONFIG_REGULATOR) += regulator/ 44 45# reset controllers early, since gpu drivers might rely on them to initialize 46obj-$(CONFIG_RESET_CONTROLLER) += reset/ 47 48# tty/ comes before char/ so that the VT console is the boot-time 49# default. 50obj-y += tty/ 51obj-y += char/ 52 53# iommu/ comes before gpu as gpu are using iommu controllers 54obj-$(CONFIG_IOMMU_SUPPORT) += iommu/ 55 56# gpu/ comes after char for AGP vs DRM startup and after iommu 57obj-y += gpu/ 58 59obj-$(CONFIG_CONNECTOR) += connector/ 60 61# i810fb and intelfb depend on char/agp/ 62obj-$(CONFIG_FB_I810) += video/fbdev/i810/ 63obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/ 64 65obj-$(CONFIG_PARPORT) += parport/ 66obj-y += base/ block/ misc/ mfd/ nfc/ 67obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/ 68obj-$(CONFIG_NUBUS) += nubus/ 69obj-y += macintosh/ 70obj-$(CONFIG_IDE) += ide/ 71obj-$(CONFIG_SCSI) += scsi/ 72obj-$(CONFIG_ATA) += ata/ 73obj-$(CONFIG_TARGET_CORE) += target/ 74obj-$(CONFIG_MTD) += mtd/ 75obj-$(CONFIG_SPI) += spi/ 76obj-$(CONFIG_SPMI) += spmi/ 77obj-y += hsi/ 78obj-y += net/ 79obj-$(CONFIG_ATM) += atm/ 80obj-$(CONFIG_FUSION) += message/ 81obj-y += firewire/ 82obj-$(CONFIG_UIO) += uio/ 83obj-$(CONFIG_VFIO) += vfio/ 84obj-y += cdrom/ 85obj-y += auxdisplay/ 86obj-$(CONFIG_PCCARD) += pcmcia/ 87obj-$(CONFIG_DIO) += dio/ 88obj-$(CONFIG_SBUS) += sbus/ 89obj-$(CONFIG_ZORRO) += zorro/ 90obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/ 91obj-$(CONFIG_PARIDE) += block/paride/ 92obj-$(CONFIG_TC) += tc/ 93obj-$(CONFIG_UWB) += uwb/ 94obj-$(CONFIG_USB_PHY) += usb/ 95obj-$(CONFIG_USB) += usb/ 96obj-$(CONFIG_PCI) += usb/ 97obj-$(CONFIG_USB_GADGET) += usb/ 98obj-$(CONFIG_SERIO) += input/serio/ 99obj-$(CONFIG_GAMEPORT) += input/gameport/ 100obj-$(CONFIG_INPUT) += input/ 101obj-$(CONFIG_I2O) += message/ 102obj-$(CONFIG_RTC_LIB) += rtc/ 103obj-y += i2c/ media/ 104obj-$(CONFIG_PPS) += pps/ 105obj-$(CONFIG_PTP_1588_CLOCK) += ptp/ 106obj-$(CONFIG_W1) += w1/ 107obj-$(CONFIG_POWER_SUPPLY) += power/ 108obj-$(CONFIG_HWMON) += hwmon/ 109obj-$(CONFIG_THERMAL) += thermal/ 110obj-$(CONFIG_WATCHDOG) += watchdog/ 111obj-$(CONFIG_MD) += md/ 112obj-$(CONFIG_BT) += bluetooth/ 113obj-$(CONFIG_ACCESSIBILITY) += accessibility/ 114obj-$(CONFIG_ISDN) += isdn/ 115obj-$(CONFIG_EDAC) += edac/ 116obj-$(CONFIG_EISA) += eisa/ 117obj-y += lguest/ 118obj-$(CONFIG_CPU_FREQ) += cpufreq/ 119obj-$(CONFIG_CPU_IDLE) += cpuidle/ 120obj-y += mmc/ 121obj-$(CONFIG_MEMSTICK) += memstick/ 122obj-y += leds/ 123obj-$(CONFIG_INFINIBAND) += infiniband/ 124obj-$(CONFIG_SGI_SN) += sn/ 125obj-y += firmware/ 126obj-$(CONFIG_CRYPTO) += crypto/ 127obj-$(CONFIG_SUPERH) += sh/ 128obj-$(CONFIG_ARCH_SHMOBILE) += sh/ 129ifndef CONFIG_ARCH_USES_GETTIMEOFFSET 130obj-y += clocksource/ 131endif 132obj-$(CONFIG_DCA) += dca/ 133obj-$(CONFIG_HID) += hid/ 134obj-$(CONFIG_PPC_PS3) += ps3/ 135obj-$(CONFIG_OF) += of/ 136obj-$(CONFIG_SSB) += ssb/ 137obj-$(CONFIG_BCMA) += bcma/ 138obj-$(CONFIG_VHOST_RING) += vhost/ 139obj-$(CONFIG_VLYNQ) += vlynq/ 140obj-$(CONFIG_STAGING) += staging/ 141obj-y += platform/ 142#common clk code 143obj-y += clk/ 144 145obj-$(CONFIG_MAILBOX) += mailbox/ 146obj-$(CONFIG_HWSPINLOCK) += hwspinlock/ 147obj-$(CONFIG_REMOTEPROC) += remoteproc/ 148obj-$(CONFIG_RPMSG) += rpmsg/ 149 150# Virtualization drivers 151obj-$(CONFIG_VIRT_DRIVERS) += virt/ 152obj-$(CONFIG_HYPERV) += hv/ 153 154obj-$(CONFIG_PM_DEVFREQ) += devfreq/ 155obj-$(CONFIG_EXTCON) += extcon/ 156obj-$(CONFIG_MEMORY) += memory/ 157obj-$(CONFIG_IIO) += iio/ 158obj-$(CONFIG_VME_BUS) += vme/ 159obj-$(CONFIG_IPACK_BUS) += ipack/ 160obj-$(CONFIG_NTB) += ntb/ 161obj-$(CONFIG_FMC) += fmc/ 162obj-$(CONFIG_POWERCAP) += powercap/ 163obj-$(CONFIG_MCB) += mcb/ 164obj-$(CONFIG_RAS) += ras/ 165obj-$(CONFIG_THUNDERBOLT) += thunderbolt/ 166obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/ 167obj-$(CONFIG_ANDROID) += android/ 168