summaryrefslogtreecommitdiffstats
path: root/drivers/base/Makefile
diff options
context:
space:
mode:
authorLee Jones2012-02-06 20:22:22 +0100
committerGreg Kroah-Hartman2012-02-10 20:42:25 +0100
commit74d1d82cdaaec727f5072eb1c9f49b7e920e076f (patch)
treea1bee0010203df0465df33fb337ae66bb6b59fee /drivers/base/Makefile
parentDWC3: use module_pci_driver (diff)
downloadkernel-qcow2-linux-74d1d82cdaaec727f5072eb1c9f49b7e920e076f.tar.gz
kernel-qcow2-linux-74d1d82cdaaec727f5072eb1c9f49b7e920e076f.tar.xz
kernel-qcow2-linux-74d1d82cdaaec727f5072eb1c9f49b7e920e076f.zip
drivers/base: add bus for System-on-Chip devices
Traditionally, any System-on-Chip based platform creates a flat list of platform_devices directly under /sys/devices/platform. In order to give these some better structure, this introduces a new bus type for soc_devices that are registered with the new soc_device_register() function. All devices that are on the same chip should then be registered as child devices of the soc device. The soc bus also exports a few standardised device attributes which allow user space to query the specific type of soc. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/Makefile')
-rw-r--r--drivers/base/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile
index 610f9997a403..b6d1b9c4200c 100644
--- a/drivers/base/Makefile
+++ b/drivers/base/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_MODULES) += module.o
endif
obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
obj-$(CONFIG_REGMAP) += regmap/
+obj-$(CONFIG_SOC_BUS) += soc.o
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG