aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/renesas/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2020-08-17 13:50:55 +0900
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-08-25 11:21:55 +0200
commit928bfbc6c76ca7bad7cf8d52b4b0b1802325f2b3 (patch)
tree63c6849e88b54522df903e0fb2a87e2eb2e369ff /drivers/soc/renesas/Kconfig
parentLinux 5.9-rc1 (diff)
downloadlinux-dev-928bfbc6c76ca7bad7cf8d52b4b0b1802325f2b3.tar.xz
linux-dev-928bfbc6c76ca7bad7cf8d52b4b0b1802325f2b3.zip
soc: renesas: Use menu for Renesas SoC
Renesas related SoC settings are located on TOP level menu, thus it is very verbose. This patch groups Renesas related settings into "Renesas SoC driver support" menu. And it aligns config menu names. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87k0xxho7t.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r--drivers/soc/renesas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index 30984659df90..265a59345909 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
-config SOC_RENESAS
+menuconfig SOC_RENESAS
bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
default y if ARCH_RENESAS
select SOC_BUS