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

pmdomain: renesas: use menu for Renesas

Current Renesas PM Domains appears on top page. Let's create new
menu for Renesas.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/87jz4qcacr.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Kuninori Morimoto and committed by
Ulf Hansson
0875e891 f4230973

+2
+2
drivers/pmdomain/renesas/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 2 if SOC_RENESAS 3 + menu "Renesas PM Domains" 3 4 4 5 config SYSC_RCAR 5 6 bool "System Controller support for R-Car" if COMPILE_TEST ··· 111 110 bool "System Controller support for RZ/G2N" if COMPILE_TEST 112 111 select SYSC_RCAR 113 112 113 + endmenu 114 114 endif