aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-07-26 08:57:56 -0400
committerTejun Heo <tj@kernel.org>2013-07-26 08:57:56 -0400
commit867974fc09f93bdd7f98d46ac3733934486bbf4a (patch)
treebf018839cb250e5f99edd2b2e24219a7e32c8835 /drivers/ata/Kconfig
parent9e54eae23bc9cca0d8a955018c35b1250e09a73a (diff)
ahci_imx: depend on CONFIG_MFD_SYSCON
ahci_imx makes use of regmap but the dependency wasn't specified in Kconfig leading build failures if CONFIG_AHCI_IMX is enabled but CONFIG_MFD_SYSCON is not. Add the Kconfig dependency. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index a4af0a2a089c..4e737728aee2 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -99,7 +99,7 @@ config SATA_AHCI_PLATFORM
99 99
100config AHCI_IMX 100config AHCI_IMX
101 tristate "Freescale i.MX AHCI SATA support" 101 tristate "Freescale i.MX AHCI SATA support"
102 depends on SATA_AHCI_PLATFORM 102 depends on SATA_AHCI_PLATFORM && MFD_SYSCON
103 help 103 help
104 This option enables support for the Freescale i.MX SoC's 104 This option enables support for the Freescale i.MX SoC's
105 onboard AHCI SATA. 105 onboard AHCI SATA.