]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mmc: jz4740: Drop dependency on MACH_JZ4740/80
authorPaul Cercueil <paul@crapouillou.net>
Tue, 21 Aug 2018 13:03:20 +0000 (15:03 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 8 Oct 2018 09:40:43 +0000 (11:40 +0200)
Depending on MACH_JZ4740 | MACH_JZ4780 prevent us from creating a generic
kernel that works on more than one MIPS board. Instead, we just depend on
MIPS being set.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/Kconfig

index 5c17b75409f698230656004fb796bb7a4cdcd9dc..4e6b3d35d0c61c776e601195f919d8d71da63ce7 100644 (file)
@@ -773,7 +773,7 @@ config MMC_SH_MMCIF
 
 config MMC_JZ4740
        tristate "Ingenic JZ47xx SD/Multimedia Card Interface support"
-       depends on MACH_JZ4740 || MACH_JZ4780
+       depends on MIPS
        help
          This selects support for the SD/MMC controller on Ingenic
          JZ4740, JZ4750, JZ4770 and JZ4780 SoCs.