Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: fix Kconfig menu to include reset drivers in sub-menu

In "make menuconfig", reset drivers are currently lined up together
with the reset sub-system menu, like this:

-*- Reset Controller Support ----
< > Hi6220 Reset Driver

(It also means, the menu "Reset Controller Support" is always empty.)

"Hi6220 Reset Driver" should go into the sub-menu of the
"Reset Controller Support".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Masahiro Yamada and committed by
Philipp Zabel
998cd463 da1fda2a

+4 -1
+4
drivers/reset/Kconfig
··· 12 12 13 13 If unsure, say no. 14 14 15 + if RESET_CONTROLLER 16 + 15 17 config RESET_OXNAS 16 18 bool 17 19 18 20 source "drivers/reset/sti/Kconfig" 19 21 source "drivers/reset/hisilicon/Kconfig" 22 + 23 + endif
-1
drivers/reset/sti/Kconfig
··· 2 2 3 3 config STI_RESET_SYSCFG 4 4 bool 5 - select RESET_CONTROLLER 6 5 7 6 config STIH415_RESET 8 7 bool