From: Marek Vasut Date: Sat, 13 May 2017 13:51:14 +0000 (+0200) Subject: mmc: sh_sdhi: Fix Kconfig entry X-Git-Tag: v2017.07-rc2~57^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f53118511c540a136f63cfc003ef6bd0df2404d;p=platform%2Fkernel%2Fu-boot.git mmc: sh_sdhi: Fix Kconfig entry The Kconfig entry depends on RMOBILE, but this was renamed to ARCH_RMOBILE in commit 1cc95f6e1b38 (ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE) . Fix this omission. Signed-off-by: Marek Vasut Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu Cc: Jaehoon Chung Reviewed-by: Nobuhiro Iwamatsu Reviewed-by: Jaehoon Chung --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 0dd4443..82b8d75 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -156,7 +156,7 @@ config MMC_OMAP36XX_PINS config SH_SDHI bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" - depends on RMOBILE + depends on ARCH_RMOBILE help Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform