commit | 867974fc09f93bdd7f98d46ac3733934486bbf4a | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Jul 26 08:57:56 2013 -0400 |
committer | Tejun Heo <tj@kernel.org> | Fri Jul 26 08:57:56 2013 -0400 |
tree | bf018839cb250e5f99edd2b2e24219a7e32c8835 | |
parent | 9e54eae23bc9cca0d8a955018c35b1250e09a73a [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>