[PATCH v3 2/3] soc: nuvoton: add configuration menu

From: Tomer Maimon
Date: Wed Dec 13 2023 - 13:29:14 EST


Add menu configuration to Nuvoton SoC drivers.

Signed-off-by: Tomer Maimon <tmaimon77@xxxxxxxxx>
---
drivers/soc/nuvoton/Kconfig | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/soc/nuvoton/Kconfig b/drivers/soc/nuvoton/Kconfig
index df46182088ec..d5102f5f0c28 100644
--- a/drivers/soc/nuvoton/Kconfig
+++ b/drivers/soc/nuvoton/Kconfig
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
-menuconfig WPCM450_SOC
+
+menu "NUVOTON SoC drivers"
+
+config WPCM450_SOC
tristate "Nuvoton WPCM450 SoC driver"
default y if ARCH_WPCM450
select SOC_BUS
@@ -9,3 +12,5 @@ menuconfig WPCM450_SOC

This driver provides information such as the SoC model and
revision.
+
+endmenu
--
2.34.1