summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/Kconfig
diff options
context:
space:
mode:
authorJ. German Rivera <German.Rivera@freescale.com>2015-03-05 19:29:10 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-06 17:28:09 -0800
commitbbf9d17d987544bd784fa0a6b99d756b0492e715 (patch)
tree7b267fc25ec82767f8f0bc64c3f34e1ff68d7c09 /drivers/staging/fsl-mc/Kconfig
parent31c889653c10ddaf1d2b4a47740e07fa4f10f375 (diff)
downloadlinux-bbf9d17d987544bd784fa0a6b99d756b0492e715.tar.bz2
staging: fsl-mc: Freescale Management Complex (fsl-mc) bus driver
Platform device driver that sets up the basic bus infrastructure for the fsl-mc bus type, including support for adding/removing fsl-mc devices, register/unregister of fsl-mc drivers, and bus match support to bind devices to drivers. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc/Kconfig')
-rw-r--r--drivers/staging/fsl-mc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/Kconfig b/drivers/staging/fsl-mc/Kconfig
new file mode 100644
index 000000000000..32df07b15e09
--- /dev/null
+++ b/drivers/staging/fsl-mc/Kconfig
@@ -0,0 +1 @@
+source "drivers/staging/fsl-mc/bus/Kconfig"