Skip to content
Snippets Groups Projects
Commit 867974fc authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent 9e54eae2
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ config SATA_AHCI_PLATFORM ...@@ -99,7 +99,7 @@ config SATA_AHCI_PLATFORM
config AHCI_IMX config AHCI_IMX
tristate "Freescale i.MX AHCI SATA support" tristate "Freescale i.MX AHCI SATA support"
depends on SATA_AHCI_PLATFORM depends on SATA_AHCI_PLATFORM && MFD_SYSCON
help help
This option enables support for the Freescale i.MX SoC's This option enables support for the Freescale i.MX SoC's
onboard AHCI SATA. onboard AHCI SATA.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment