]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/blob - drivers/Makefile
arm64: config: Enable CDC-ACM driver in kernel
[hercules2020/nv-tegra/linux-4.4.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-$(CONFIG_PINCTRL)           += 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 obj-$(CONFIG_PADCTRL)           += padctrl/
24
25 # IPMI must come before ACPI in order to provide IPMI opregion support
26 obj-$(CONFIG_IPMI_HANDLER)      += char/ipmi/
27
28 obj-$(CONFIG_ACPI)              += acpi/
29 obj-$(CONFIG_SFI)               += sfi/
30 # PnP must come after ACPI since it will eventually need to check if acpi
31 # was used and do nothing if so
32 obj-$(CONFIG_PNP)               += pnp/
33 obj-y                           += amba/
34 # Many drivers will want to use DMA so this has to be made available
35 # really early.
36 obj-$(CONFIG_DMADEVICES)        += dma/
37
38 # SOC specific infrastructure drivers.
39 obj-y                           += soc/
40
41 obj-$(CONFIG_VIRTIO)            += virtio/
42 obj-$(CONFIG_XEN)               += xen/
43
44 # regulators early, since some subsystems rely on them to initialize
45 obj-$(CONFIG_REGULATOR)         += regulator/
46
47 # reset controllers early, since gpu drivers might rely on them to initialize
48 obj-$(CONFIG_RESET_CONTROLLER)  += reset/
49
50 # tty/ comes before char/ so that the VT console is the boot-time
51 # default.
52 obj-y                           += tty/
53 obj-y                           += char/
54
55 # iommu/ comes before gpu as gpu are using iommu controllers
56 obj-$(CONFIG_IOMMU_SUPPORT)     += iommu/
57
58 # gpu/ comes after char for AGP vs DRM startup and after iommu
59 obj-y                           += gpu/
60
61 obj-$(CONFIG_CONNECTOR)         += connector/
62
63 # i810fb and intelfb depend on char/agp/
64 obj-$(CONFIG_FB_I810)           += video/fbdev/i810/
65 obj-$(CONFIG_FB_INTEL)          += video/fbdev/intelfb/
66
67 obj-$(CONFIG_PARPORT)           += parport/
68 obj-$(CONFIG_NVM)               += lightnvm/
69 obj-y                           += base/ block/ misc/ mfd/ nfc/
70 obj-$(CONFIG_LIBNVDIMM)         += nvdimm/
71 obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/
72 obj-$(CONFIG_NUBUS)             += nubus/
73 obj-y                           += macintosh/
74 obj-$(CONFIG_IDE)               += ide/
75 obj-$(CONFIG_SCSI)              += scsi/
76 obj-y                           += nvme/
77 obj-$(CONFIG_ATA)               += ata/
78 obj-$(CONFIG_TARGET_CORE)       += target/
79 obj-$(CONFIG_MTD)               += mtd/
80 obj-$(CONFIG_SPI)               += spi/
81 obj-$(CONFIG_SPMI)              += spmi/
82 obj-y                           += hsi/
83 obj-y                           += net/
84 obj-$(CONFIG_ATM)               += atm/
85 obj-$(CONFIG_FUSION)            += message/
86 obj-y                           += firewire/
87 obj-$(CONFIG_UIO)               += uio/
88 obj-$(CONFIG_VFIO)              += vfio/
89 obj-y                           += cdrom/
90 obj-y                           += auxdisplay/
91 obj-$(CONFIG_PCCARD)            += pcmcia/
92 obj-$(CONFIG_DIO)               += dio/
93 obj-$(CONFIG_SBUS)              += sbus/
94 obj-$(CONFIG_ZORRO)             += zorro/
95 obj-$(CONFIG_ATA_OVER_ETH)      += block/aoe/
96 obj-$(CONFIG_PARIDE)            += block/paride/
97 obj-$(CONFIG_TC)                += tc/
98 obj-$(CONFIG_UWB)               += uwb/
99 obj-$(CONFIG_USB_PHY)           += usb/
100 obj-$(CONFIG_USB)               += usb/
101 obj-$(CONFIG_PCI)               += usb/
102 obj-$(CONFIG_USB_GADGET)        += usb/
103 obj-$(CONFIG_SERIO)             += input/serio/
104 obj-$(CONFIG_GAMEPORT)          += input/gameport/
105 obj-$(CONFIG_INPUT)             += input/
106 obj-$(CONFIG_RTC_LIB)           += rtc/
107 obj-y                           += i2c/ media/
108 obj-$(CONFIG_PPS)               += pps/
109 obj-$(CONFIG_PTP_1588_CLOCK)    += ptp/
110 obj-$(CONFIG_W1)                += w1/
111 obj-$(CONFIG_POWER_SUPPLY)      += power/
112 obj-$(CONFIG_HWMON)             += hwmon/
113 obj-$(CONFIG_THERMAL)           += thermal/
114 obj-$(CONFIG_TRUSTY)            += trusty/
115 obj-$(CONFIG_WATCHDOG)          += watchdog/
116 obj-$(CONFIG_MD)                += md/
117 obj-$(CONFIG_BT)                += bluetooth/
118 obj-$(CONFIG_ACCESSIBILITY)     += accessibility/
119 obj-$(CONFIG_ISDN)              += isdn/
120 obj-$(CONFIG_EDAC)              += edac/
121 obj-$(CONFIG_EISA)              += eisa/
122 obj-y                           += lguest/
123 obj-$(CONFIG_CPU_FREQ)          += cpufreq/
124 obj-$(CONFIG_CPU_IDLE)          += cpuidle/
125 obj-y                           += mmc/
126 obj-$(CONFIG_MEMSTICK)          += memstick/
127 obj-y                           += leds/
128 obj-$(CONFIG_SWITCH)            += switch/
129 obj-$(CONFIG_INFINIBAND)        += infiniband/
130 obj-$(CONFIG_SGI_SN)            += sn/
131 obj-y                           += firmware/
132 obj-$(CONFIG_CRYPTO)            += crypto/
133 obj-$(CONFIG_SUPERH)            += sh/
134 obj-$(CONFIG_ARCH_SHMOBILE)     += sh/
135 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
136 obj-y                           += clocksource/
137 endif
138 obj-$(CONFIG_DCA)               += dca/
139 obj-$(CONFIG_HID)               += hid/
140 obj-$(CONFIG_PPC_PS3)           += ps3/
141 obj-$(CONFIG_OF)                += of/
142 obj-$(CONFIG_SSB)               += ssb/
143 obj-$(CONFIG_BCMA)              += bcma/
144 obj-$(CONFIG_VHOST_RING)        += vhost/
145 obj-$(CONFIG_VLYNQ)             += vlynq/
146 obj-$(CONFIG_STAGING)           += staging/
147 obj-y                           += platform/
148 #common clk code
149 obj-y                           += clk/
150
151 obj-$(CONFIG_MAILBOX)           += mailbox/
152 obj-$(CONFIG_HWSPINLOCK)        += hwspinlock/
153 obj-$(CONFIG_REMOTEPROC)        += remoteproc/
154 obj-$(CONFIG_RPMSG)             += rpmsg/
155
156 # Virtualization drivers
157 obj-$(CONFIG_VIRT_DRIVERS)      += virt/
158 obj-$(CONFIG_HYPERV)            += hv/
159
160 obj-$(CONFIG_PM_DEVFREQ)        += devfreq/
161 obj-$(CONFIG_EXTCON)            += extcon/
162 obj-$(CONFIG_MEMORY)            += memory/
163 obj-$(CONFIG_IIO)               += iio/
164 obj-$(CONFIG_VME_BUS)           += vme/
165 obj-$(CONFIG_IPACK_BUS)         += ipack/
166 obj-$(CONFIG_NTB)               += ntb/
167 obj-$(CONFIG_FMC)               += fmc/
168 obj-$(CONFIG_POWERCAP)          += powercap/
169 obj-$(CONFIG_MCB)               += mcb/
170 obj-$(CONFIG_PERF_EVENTS)       += perf/
171 obj-$(CONFIG_RAS)               += ras/
172 obj-$(CONFIG_THUNDERBOLT)       += thunderbolt/
173 obj-$(CONFIG_CORESIGHT)         += hwtracing/coresight/
174 obj-y                           += hwtracing/intel_th/
175 obj-$(CONFIG_STM)               += hwtracing/stm/
176 obj-$(CONFIG_ANDROID)           += android/
177 obj-$(CONFIG_NVMEM)             += nvmem/
178 obj-$(CONFIG_FPGA)              += fpga/
179 obj-$(CONFIG_NVPMODEL_EMC)      += nvpmodel/
180
181 # The wildcard hack is necessary for kernel's make clean.
182 ifneq ($(wildcard $(srctree)/../t18x/drivers/Makefile.*),)
183 obj-$(CONFIG_ARCH_TEGRA_18x_SOC) += ../../t18x/drivers/
184 endif
185
186 ifneq ($(wildcard $(srctree)/../t19x/drivers/Makefile.*),)
187 obj-$(CONFIG_ARCH_TEGRA_19x_SOC) += ../../t19x/drivers/
188 endif