rk2928: add lcdc support and add rga config
[firefly-linux-kernel-4.4.55.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                           += gpio/
9 obj-$(CONFIG_PCI)               += pci/
10 obj-$(CONFIG_PARISC)            += parisc/
11 obj-$(CONFIG_RAPIDIO)           += rapidio/
12 obj-y                           += video/
13 obj-y                           += idle/
14 obj-$(CONFIG_ACPI)              += acpi/
15 obj-$(CONFIG_SFI)               += sfi/
16 # PnP must come after ACPI since it will eventually need to check if acpi
17 # was used and do nothing if so
18 obj-$(CONFIG_PNP)               += pnp/
19 obj-$(CONFIG_ARM_AMBA)          += amba/
20 # Many drivers will want to use DMA so this has to be made available
21 # really early.
22 obj-$(CONFIG_DMA_ENGINE)        += dma/
23
24 obj-$(CONFIG_VIRTIO)            += virtio/
25 obj-$(CONFIG_XEN)               += xen/
26
27 # regulators early, since some subsystems rely on them to initialize
28 obj-$(CONFIG_REGULATOR)         += regulator/
29
30 # tty/ comes before char/ so that the VT console is the boot-time
31 # default.
32 obj-y                           += tty/
33 obj-y                           += char/
34
35 # gpu/ comes after char for AGP vs DRM startup
36 obj-y                           += gpu/
37
38 obj-$(CONFIG_CONNECTOR)         += connector/
39
40 # i810fb and intelfb depend on char/agp/
41 obj-$(CONFIG_FB_I810)           += video/i810/
42 obj-$(CONFIG_FB_INTEL)          += video/intelfb/
43
44 obj-$(CONFIG_PARPORT)           += parport/
45 obj-y                           += base/ block/ misc/ mfd/ nfc/
46 obj-$(CONFIG_NUBUS)             += nubus/
47 obj-y                           += macintosh/
48 obj-$(CONFIG_IDE)               += ide/
49 obj-$(CONFIG_SCSI)              += scsi/
50 obj-$(CONFIG_ATA)               += ata/
51 obj-$(CONFIG_TARGET_CORE)       += target/
52 obj-$(CONFIG_MTD)               += mtd/
53 obj-$(CONFIG_SPI)               += spi/
54 obj-y                           += headset_observe/
55 obj-y                           += net/
56 obj-$(CONFIG_ATM)               += atm/
57 obj-$(CONFIG_FUSION)            += message/
58 obj-y                           += firewire/
59 obj-$(CONFIG_UIO)               += uio/
60 obj-y                           += cdrom/
61 obj-y                           += auxdisplay/
62 obj-$(CONFIG_PCCARD)            += pcmcia/
63 obj-$(CONFIG_DIO)               += dio/
64 obj-$(CONFIG_SBUS)              += sbus/
65 obj-$(CONFIG_ZORRO)             += zorro/
66 obj-$(CONFIG_MAC)               += macintosh/
67 obj-$(CONFIG_ATA_OVER_ETH)      += block/aoe/
68 obj-$(CONFIG_PARIDE)            += block/paride/
69 obj-$(CONFIG_TC)                += tc/
70 obj-$(CONFIG_UWB)               += uwb/
71 obj-$(CONFIG_USB_OTG_UTILS)     += usb/
72 obj-$(CONFIG_USB)               += usb/
73 obj-$(CONFIG_PCI)               += usb/
74 obj-$(CONFIG_USB_GADGET)        += usb/
75 obj-$(CONFIG_SERIO)             += input/serio/
76 obj-$(CONFIG_GAMEPORT)          += input/gameport/
77 obj-$(CONFIG_INPUT)             += input/
78 obj-$(CONFIG_I2O)               += message/
79 obj-$(CONFIG_RTC_LIB)           += rtc/
80 obj-y                           += i2c/ media/
81 obj-y                           += adc/
82 obj-$(CONFIG_PPS)               += pps/
83 obj-$(CONFIG_PTP_1588_CLOCK)    += ptp/
84 obj-$(CONFIG_W1)                += w1/
85 obj-$(CONFIG_POWER_SUPPLY)      += power/
86 obj-$(CONFIG_HWMON)             += hwmon/
87 obj-$(CONFIG_THERMAL)           += thermal/
88 obj-$(CONFIG_WATCHDOG)          += watchdog/
89 obj-$(CONFIG_PHONE)             += telephony/
90 obj-$(CONFIG_MD)                += md/
91 obj-$(CONFIG_BT)                += bluetooth/
92 obj-$(CONFIG_ACCESSIBILITY)     += accessibility/
93 obj-$(CONFIG_ISDN)              += isdn/
94 obj-$(CONFIG_EDAC)              += edac/
95 obj-$(CONFIG_MCA)               += mca/
96 obj-$(CONFIG_EISA)              += eisa/
97 obj-y                           += lguest/
98 obj-$(CONFIG_CPU_FREQ)          += cpufreq/
99 obj-$(CONFIG_CPU_IDLE)          += cpuidle/
100 obj-$(CONFIG_MMC)               += mmc/
101 obj-$(CONFIG_MEMSTICK)          += memstick/
102 obj-y                           += leds/
103 obj-$(CONFIG_SWITCH)            += switch/
104 obj-$(CONFIG_INFINIBAND)        += infiniband/
105 obj-$(CONFIG_SGI_SN)            += sn/
106 obj-y                           += firmware/
107 obj-$(CONFIG_CRYPTO)            += crypto/
108 obj-$(CONFIG_SUPERH)            += sh/
109 obj-$(CONFIG_ARCH_SHMOBILE)     += sh/
110 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
111 obj-y                           += clocksource/
112 endif
113 obj-$(CONFIG_DCA)               += dca/
114 obj-$(CONFIG_HID)               += hid/
115 obj-$(CONFIG_PPC_PS3)           += ps3/
116 obj-$(CONFIG_OF)                += of/
117 obj-$(CONFIG_SSB)               += ssb/
118 obj-$(CONFIG_BCMA)              += bcma/
119 obj-$(CONFIG_VHOST_NET)         += vhost/
120 obj-$(CONFIG_VLYNQ)             += vlynq/
121 obj-$(CONFIG_STAGING)           += staging/
122 obj-y                           += platform/
123 obj-y                           += ieee802154/
124 #common clk code
125 obj-y                           += clk/
126
127 obj-$(CONFIG_HWSPINLOCK)        += hwspinlock/
128 obj-$(CONFIG_CMMB)              += cmmb/
129 obj-$(CONFIG_TEST_CODE)         += testcode/
130 obj-y                           += smc/
131 obj-y                           += cir/
132 obj-$(CONFIG_ARCH_RK29)         += dbg/