mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user