Skip to content
Snippets Groups Projects
Commit 0f531185 authored by Marek Vasut's avatar Marek Vasut Committed by Jaehoon Chung
Browse files

mmc: sh_sdhi: Fix Kconfig entry


The Kconfig entry depends on RMOBILE, but this was renamed
to ARCH_RMOBILE in commit 1cc95f6e (ARM: Rmobile: Rename
CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE) . Fix this omission.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent a5950f8d
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ config MMC_OMAP36XX_PINS ...@@ -156,7 +156,7 @@ config MMC_OMAP36XX_PINS
config SH_SDHI config SH_SDHI
bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support" bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
depends on RMOBILE depends on ARCH_RMOBILE
help help
Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment