From d1de5fc48f362bd859ca98531baca6b38bce1422 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 9 Feb 2023 11:32:58 +0800 Subject: [PATCH] soc: rockchip: bring all rockchip drivers into a submenu As the number of Rockchip drivers increase, entries in SoC menu looks scattered with other SoC drivers. Make a submenu for Rockchip drivers to make it visibly clear while selecting Rockchip SoC specific drivers. Signed-off-by: Tao Huang Change-Id: Ia657e184a32c9b28f6ddd585838890ba5ec814cf --- drivers/soc/rockchip/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/soc/rockchip/Kconfig b/drivers/soc/rockchip/Kconfig index 0773f56a9dc4..5b43df7b8516 100644 --- a/drivers/soc/rockchip/Kconfig +++ b/drivers/soc/rockchip/Kconfig @@ -1,6 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-only if ARCH_ROCKCHIP || COMPILE_TEST +menu "Rockchip SoC drivers" + source "drivers/soc/rockchip/Kconfig.cpu" # @@ -268,4 +270,6 @@ config RK_MEMBLOCK_PROCFS Extend memblock procfs to show size of each memblock, and shows the result of total size by KiB format. +endmenu + endif