]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
pmdomain: renesas: use menu for Renesas
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 3 Jul 2025 01:49:09 +0000 (01:49 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 9 Jul 2025 10:54:37 +0000 (12:54 +0200)
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>
drivers/pmdomain/renesas/Kconfig

index 54acb4b1ec7c48929b13450a497418da20d04ba2..70bd6605a97c79f7ae034a26ee1f29712e779c2f 100644 (file)
@@ -1,5 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 if SOC_RENESAS
+menu "Renesas PM Domains"
 
 config SYSC_RCAR
        bool "System Controller support for R-Car" if COMPILE_TEST
@@ -110,4 +111,5 @@ config SYSC_R8A774B1
        bool "System Controller support for RZ/G2N" if COMPILE_TEST
        select SYSC_RCAR
 
+endmenu
 endif