diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-08 09:38:56 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-11-08 09:38:56 (GMT) |
commit | 45e48aa6cabab6b03ac62caded4d86f157997b13 (patch) | |
tree | e08eccaa5d211ae89613c894c67200ddae5ae161 | |
parent | 13467710601adbb8192576d56ad2ae6114e562ce (diff) | |
download | linux-fsl-qoriq-45e48aa6cabab6b03ac62caded4d86f157997b13.tar.xz |
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>
-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 d0cb4d4..3f2187a 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -66,6 +66,7 @@ config MFD_SM501_GPIO config MFD_RTSX_PCI tristate "Support for Realtek PCI-E card reader" depends on PCI + select MFD_CORE help This supports for Realtek PCI-Express card reader including rts5209, rts5229, rtl8411, etc. Realtek card reader supports access to many |