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