Commit 0f53118511c540a136f63cfc003ef6bd0df2404d

Authored by Marek Vasut
Committed by Jaehoon Chung
1 parent a5950f8dfb

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 <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: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -156,7 +156,7 @@
156 156  
157 157 config SH_SDHI
158 158 bool "SuperH/Renesas ARM SoCs on-chip SDHI host controller support"
159   - depends on RMOBILE
  159 + depends on ARCH_RMOBILE
160 160 help
161 161 Support for the on-chip SDHI host controller on SuperH/Renesas ARM SoCs platform
162 162