diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-08 04:38:56 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-08 04:38:56 -0500 |
commit | 45e48aa6cabab6b03ac62caded4d86f157997b13 (patch) | |
tree | e08eccaa5d211ae89613c894c67200ddae5ae161 /drivers/mfd/Kconfig | |
parent | 13467710601adbb8192576d56ad2ae6114e562ce (diff) |
mfd: Select MFD_CORE for rtsx
The realtek driver use the MFD core API and thus must select MFD_CORE.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d0cb4d4bc2cc..3f2187ae8c5d 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -66,6 +66,7 @@ config MFD_SM501_GPIO | |||
66 | config MFD_RTSX_PCI | 66 | config MFD_RTSX_PCI |
67 | tristate "Support for Realtek PCI-E card reader" | 67 | tristate "Support for Realtek PCI-E card reader" |
68 | depends on PCI | 68 | depends on PCI |
69 | select MFD_CORE | ||
69 | help | 70 | help |
70 | This supports for Realtek PCI-Express card reader including rts5209, | 71 | This supports for Realtek PCI-Express card reader including rts5209, |
71 | rts5229, rtl8411, etc. Realtek card reader supports access to many | 72 | rts5229, rtl8411, etc. Realtek card reader supports access to many |