From: Jean Delvare Date: Mon, 26 Jan 2015 10:35:44 +0000 (+0100) Subject: mmc: Fix menuconfig alignment of MMC_SDHCI_* options X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=82813b7198cf4d547c5e3bda650ac6462728fa23;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mmc: Fix menuconfig alignment of MMC_SDHCI_* options Let MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER depend on MMC_SDHCI. Not only this is more correct, but this also avoids breaking the alignment of all other MMC_SDHCI_* options in menuconfig. Signed-off-by: Jean Delvare Cc: Chris Ball Cc: Ulf Hansson Cc: Albert Herranz Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 11f81b6fd6d9..f145f1558353 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -57,6 +57,7 @@ config MMC_SDHCI_IO_ACCESSORS config MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER bool + depends on MMC_SDHCI select MMC_SDHCI_IO_ACCESSORS help This option is selected by drivers running on big endian hosts