drm/radeon: more strictly validate the UVD codec
[linux-2.6-block.git] / drivers / Makefile
CommitLineData
1da177e4
LT
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
89214f00 8obj-y += irqchip/
26a84b3e 9obj-y += bus/
89214f00 10
ff764963
KVA
11obj-$(CONFIG_GENERIC_PHY) += phy/
12
2744e8af
LW
13# GPIO must come after pinctrl as gpios may need to mux pins etc
14obj-y += pinctrl/
7444a72e 15obj-y += gpio/
0c2498f1 16obj-y += pwm/
6015d2c4 17obj-$(CONFIG_PCI) += pci/
1da177e4 18obj-$(CONFIG_PARISC) += parisc/
394b701c 19obj-$(CONFIG_RAPIDIO) += rapidio/
1da177e4 20obj-y += video/
26717172 21obj-y += idle/
061475b6
MG
22
23# IPMI must come before ACPI in order to provide IPMI opregion support
24obj-$(CONFIG_IPMI_HANDLER) += char/ipmi/
25
888ba6c6 26obj-$(CONFIG_ACPI) += acpi/
6ae6996a 27obj-$(CONFIG_SFI) += sfi/
1da177e4
LT
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/
87d0bab2 31obj-y += amba/
a0eb221a
LW
32# Many drivers will want to use DMA so this has to be made available
33# really early.
9a322993 34obj-$(CONFIG_DMADEVICES) += dma/
1da177e4 35
3a6e0821
SS
36# SOC specific infrastructure drivers.
37obj-y += soc/
38
e2dbe06c 39obj-$(CONFIG_VIRTIO) += virtio/
ad9a8612
JF
40obj-$(CONFIG_XEN) += xen/
41
9f4dab49
DB
42# regulators early, since some subsystems rely on them to initialize
43obj-$(CONFIG_REGULATOR) += regulator/
44
61fc4131
PZ
45# reset controllers early, since gpu drivers might rely on them to initialize
46obj-$(CONFIG_RESET_CONTROLLER) += reset/
47
ab4382d2 48# tty/ comes before char/ so that the VT console is the boot-time
1da177e4 49# default.
96fd7ce5 50obj-y += tty/
1da177e4
LT
51obj-y += char/
52
1bacc894
OG
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
e6b51632
DA
57obj-y += gpu/
58
7672d0b5
EP
59obj-$(CONFIG_CONNECTOR) += connector/
60
1da177e4 61# i810fb and intelfb depend on char/agp/
f7018c21
TV
62obj-$(CONFIG_FB_I810) += video/fbdev/i810/
63obj-$(CONFIG_FB_INTEL) += video/fbdev/intelfb/
1da177e4 64
1da177e4 65obj-$(CONFIG_PARPORT) += parport/
0329326e 66obj-y += base/ block/ misc/ mfd/ nfc/
35fac7e3 67obj-$(CONFIG_DMA_SHARED_BUFFER) += dma-buf/
1da177e4 68obj-$(CONFIG_NUBUS) += nubus/
45941d04 69obj-y += macintosh/
1da177e4 70obj-$(CONFIG_IDE) += ide/
1da177e4 71obj-$(CONFIG_SCSI) += scsi/
c6fd2807 72obj-$(CONFIG_ATA) += ata/
c66ac9db 73obj-$(CONFIG_TARGET_CORE) += target/
9289d4ef
SR
74obj-$(CONFIG_MTD) += mtd/
75obj-$(CONFIG_SPI) += spi/
5a86bf34 76obj-$(CONFIG_SPMI) += spmi/
a056ab8c 77obj-y += hsi/
0c406263
AV
78obj-y += net/
79obj-$(CONFIG_ATM) += atm/
1da177e4 80obj-$(CONFIG_FUSION) += message/
8702d33a 81obj-y += firewire/
beafc54c 82obj-$(CONFIG_UIO) += uio/
cba3345c 83obj-$(CONFIG_VFIO) += vfio/
1da177e4 84obj-y += cdrom/
70e84049 85obj-y += auxdisplay/
1da177e4
LT
86obj-$(CONFIG_PCCARD) += pcmcia/
87obj-$(CONFIG_DIO) += dio/
88obj-$(CONFIG_SBUS) += sbus/
89obj-$(CONFIG_ZORRO) += zorro/
1da177e4
LT
90obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
91obj-$(CONFIG_PARIDE) += block/paride/
92obj-$(CONFIG_TC) += tc/
ae5d82cb 93obj-$(CONFIG_UWB) += uwb/
edc7cb2e 94obj-$(CONFIG_USB_PHY) += usb/
1da177e4 95obj-$(CONFIG_USB) += usb/
6015d2c4 96obj-$(CONFIG_PCI) += usb/
4661ffc9 97obj-$(CONFIG_USB_GADGET) += usb/
51c38f9b 98obj-$(CONFIG_SERIO) += input/serio/
1da177e4
LT
99obj-$(CONFIG_GAMEPORT) += input/gameport/
100obj-$(CONFIG_INPUT) += input/
101obj-$(CONFIG_I2O) += message/
c58411e9 102obj-$(CONFIG_RTC_LIB) += rtc/
a357482a 103obj-y += i2c/ media/
eae9d2ba 104obj-$(CONFIG_PPS) += pps/
d94ba80e 105obj-$(CONFIG_PTP_1588_CLOCK) += ptp/
1da177e4 106obj-$(CONFIG_W1) += w1/
4a11b59d 107obj-$(CONFIG_POWER_SUPPLY) += power/
ad2f931d 108obj-$(CONFIG_HWMON) += hwmon/
203d3d4a 109obj-$(CONFIG_THERMAL) += thermal/
b7e04f8c 110obj-$(CONFIG_WATCHDOG) += watchdog/
1da177e4
LT
111obj-$(CONFIG_MD) += md/
112obj-$(CONFIG_BT) += bluetooth/
f7511d5f 113obj-$(CONFIG_ACCESSIBILITY) += accessibility/
1da177e4 114obj-$(CONFIG_ISDN) += isdn/
da9bb1d2 115obj-$(CONFIG_EDAC) += edac/
1da177e4 116obj-$(CONFIG_EISA) += eisa/
7ea08093 117obj-y += lguest/
1da177e4 118obj-$(CONFIG_CPU_FREQ) += cpufreq/
4f86d3a8 119obj-$(CONFIG_CPU_IDLE) += cpuidle/
52c506f0 120obj-y += mmc/
baf8532a 121obj-$(CONFIG_MEMSTICK) += memstick/
4440673a 122obj-y += leds/
1da177e4 123obj-$(CONFIG_INFINIBAND) += infiniband/
466575f4 124obj-$(CONFIG_SGI_SN) += sn/
1da177e4
LT
125obj-y += firmware/
126obj-$(CONFIG_CRYPTO) += crypto/
e87eaad1 127obj-$(CONFIG_SUPERH) += sh/
3c90c55d 128obj-$(CONFIG_ARCH_SHMOBILE) += sh/
592913ec
JS
129ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
130obj-y += clocksource/
131endif
7589670f 132obj-$(CONFIG_DCA) += dca/
63f3861d 133obj-$(CONFIG_HID) += hid/
eb30c720 134obj-$(CONFIG_PPC_PS3) += ps3/
97e873e5 135obj-$(CONFIG_OF) += of/
61e115a5 136obj-$(CONFIG_SSB) += ssb/
8369ae33 137obj-$(CONFIG_BCMA) += bcma/
f87d0fbb 138obj-$(CONFIG_VHOST_RING) += vhost/
55e331cf 139obj-$(CONFIG_VLYNQ) += vlynq/
35045589 140obj-$(CONFIG_STAGING) += staging/
41b16dce 141obj-y += platform/
6d803ba7
JCPV
142#common clk code
143obj-y += clk/
bd9a4c7d 144
30058677 145obj-$(CONFIG_MAILBOX) += mailbox/
bd9a4c7d 146obj-$(CONFIG_HWSPINLOCK) += hwspinlock/
400e64df 147obj-$(CONFIG_REMOTEPROC) += remoteproc/
bcabbcca 148obj-$(CONFIG_RPMSG) += rpmsg/
6db71994
TT
149
150# Virtualization drivers
151obj-$(CONFIG_VIRT_DRIVERS) += virt/
46a97191 152obj-$(CONFIG_HYPERV) += hv/
a3c98b8b
MH
153
154obj-$(CONFIG_PM_DEVFREQ) += devfreq/
de55d871 155obj-$(CONFIG_EXTCON) += extcon/
7ec94453 156obj-$(CONFIG_MEMORY) += memory/
a980e046 157obj-$(CONFIG_IIO) += iio/
db3b9e99 158obj-$(CONFIG_VME_BUS) += vme/
05e5027e 159obj-$(CONFIG_IPACK_BUS) += ipack/
fce8a7bb 160obj-$(CONFIG_NTB) += ntb/
9c9f32ed 161obj-$(CONFIG_FMC) += fmc/
12cc4b38 162obj-$(CONFIG_POWERCAP) += powercap/
3764e82e 163obj-$(CONFIG_MCB) += mcb/
76ac8275 164obj-$(CONFIG_RAS) += ras/
16603153 165obj-$(CONFIG_THUNDERBOLT) += thunderbolt/
01081f5a 166obj-$(CONFIG_CORESIGHT) += hwtracing/coresight/
777783e0 167obj-$(CONFIG_ANDROID) += android/