diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-05-03 15:29:52 +0900 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-05-30 09:37:47 +0200 |
commit | 998cd4637f698b04a464f0fbb25e814651979135 (patch) | |
tree | 236b9bffa2192038d227dec0cd2287e1f3989717 /drivers/reset/sti | |
parent | da1fda2a2398960f7f7eb1ee3fb0e50155fde275 (diff) | |
download | linux-998cd4637f698b04a464f0fbb25e814651979135.tar.gz linux-998cd4637f698b04a464f0fbb25e814651979135.tar.bz2 linux-998cd4637f698b04a464f0fbb25e814651979135.zip |
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>
Diffstat (limited to 'drivers/reset/sti')
-rw-r--r-- | drivers/reset/sti/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/reset/sti/Kconfig b/drivers/reset/sti/Kconfig index f8c15a37fb35..613178553612 100644 --- a/drivers/reset/sti/Kconfig +++ b/drivers/reset/sti/Kconfig @@ -2,7 +2,6 @@ if ARCH_STI config STI_RESET_SYSCFG bool - select RESET_CONTROLLER config STIH415_RESET bool |