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 <huangtao@rock-chips.com>
Change-Id: Ia657e184a32c9b28f6ddd585838890ba5ec814cf
This commit is contained in:
Tao Huang
2023-02-09 11:32:58 +08:00
parent 9cd7abdb02
commit d1de5fc48f

View File

@@ -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