diff options
author | Alessandro Rubini <rubini@gnudd.com> | 2012-04-12 04:48:44 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-09 09:34:28 -0400 |
commit | 35bdd29095ad614c5fb4a934bfd4f57a94dfd395 (patch) | |
tree | 26db4b35f5f05d4a160235aa02ba5cb579c5f2f9 /drivers/mfd/Kconfig | |
parent | ceb57d27e28a8f979cbfd6391b7da6da51484059 (diff) |
mfd: Add driver for STA2X11 MFD block
This also introduces <asm/sta2x11.h> to export a function that is in
the base sta2x11 support patches. The header will increase with other
prototypes and constants over time.
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Giancarlo Asnaghi <giancarlo.asnaghi@st.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index ef86a741b7e2..48eed22c65a5 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -906,6 +906,11 @@ config MFD_RC5T583 | |||
906 | Additional drivers must be enabled in order to use the | 906 | Additional drivers must be enabled in order to use the |
907 | different functionality of the device. | 907 | different functionality of the device. |
908 | 908 | ||
909 | config MFD_STA2X11 | ||
910 | bool "STA2X11 multi function device support" | ||
911 | depends on STA2X11 | ||
912 | select MFD_CORE | ||
913 | |||
909 | config MFD_ANATOP | 914 | config MFD_ANATOP |
910 | bool "Support for Freescale i.MX on-chip ANATOP controller" | 915 | bool "Support for Freescale i.MX on-chip ANATOP controller" |
911 | depends on SOC_IMX6Q | 916 | depends on SOC_IMX6Q |