This patch fixes following build warnings.
warning: (MACH_ARMLEX4210) selects SATA_AHCI_PLATFORM
         which has unmet direct dependencies (ATA)

Signed-off-by: Kukjin Kim <[email protected]>
---
 arch/arm/mach-exynos4/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index a021b52..85b45fa 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -136,7 +136,7 @@ config MACH_ARMLEX4210
        select S3C_DEV_HSMMC3
        select EXYNOS4_DEV_SYSMMU
        select EXYNOS4_SETUP_SDHCI
-       select SATA_AHCI_PLATFORM
+       select SATA_AHCI_PLATFORM if ATA
        help
          Machine support for Samsung ARMLEX4210 based on EXYNOS4210
 
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to