Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI

Shmobile is all multiplatform these days, so get rid of the reference to
CONFIG_ARCH_SHMOBILE_MULTI.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Geert Uytterhoeven and committed by
Simon Horman
0ba58de2 8005c49d

+1 -1
+1 -1
drivers/sh/pm_runtime.c
··· 34 34 35 35 static int __init sh_pm_runtime_init(void) 36 36 { 37 - if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) { 37 + if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) { 38 38 if (!of_find_compatible_node(NULL, NULL, 39 39 "renesas,cpg-mstp-clocks")) 40 40 return 0;