summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2017-11-09 20:53:06 +0200
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit583b5ca32f43f0364ff08e81cdec7d4a242fdd7a (patch)
treed4b74fa8839cbd23f3f39b4dd4f7d36a2ae496e6
parenteab0fb3fb0be2590653c723eda44bd9890e764a9 (diff)
MLK-16798-1: ata: imx: Fix AHCI_IMX Kconfig dependency
Enabling sata on imx8qm was done by adding "default y", this should just be modified in config instead. Also fix the dependency list to include SOC_IMX53 || COMPILE_TEST. Fixes: 1d09794d6387 ("MLK-16684-3 ata: imx: enable imx8qm sata") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Frank Li <frank.li@nxp.com>
-rw-r--r--drivers/ata/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 8b2cccecd206..cbdf105dfe88 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -126,8 +126,7 @@ config AHCI_ST
config AHCI_IMX
tristate "Freescale i.MX AHCI SATA support"
- depends on MFD_SYSCON && (SOC_IMX6Q || ARCH_FSL_IMX8QM)
- default y
+ depends on MFD_SYSCON && (SOC_IMX53 || SOC_IMX6Q || ARCH_FSL_IMX8QM || COMPILE_TEST)
help
This option enables support for the Freescale i.MX SoC's
onboard AHCI SATA.