Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Tejun Heo 867974fc 9e54eae2

+1 -1
+1 -1
drivers/ata/Kconfig
··· 99 99 100 100 config AHCI_IMX 101 101 tristate "Freescale i.MX AHCI SATA support" 102 - depends on SATA_AHCI_PLATFORM 102 + depends on SATA_AHCI_PLATFORM && MFD_SYSCON 103 103 help 104 104 This option enables support for the Freescale i.MX SoC's 105 105 onboard AHCI SATA.