From: Kuninori Morimoto Date: Thu, 3 Jul 2025 01:49:09 +0000 (+0000) Subject: pmdomain: renesas: use menu for Renesas X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0875e89125460c77f86e1a2eac5f280fefd7573f;p=thirdparty%2Flinux.git 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 Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/87jz4qcacr.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/pmdomain/renesas/Kconfig b/drivers/pmdomain/renesas/Kconfig index 54acb4b1ec7c4..70bd6605a97c7 100644 --- a/drivers/pmdomain/renesas/Kconfig +++ b/drivers/pmdomain/renesas/Kconfig @@ -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