aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-01-29 05:09:53 -0500
committerLee Jones <lee.jones@linaro.org>2014-03-19 04:58:01 -0400
commita6e6e660baa5c583022e3e48c85316bace027825 (patch)
tree5ccf96519db932b5c3e176419fb64d997c557b8b /drivers/mfd/Kconfig
parent0caeaede0bc0fdb5046e216b3897f316feaa5a65 (diff)
mfd: Include all drivers in subsystem menu
It is currently not possible to select the SA1100 or Vexpress drivers in the MFD subsystem, because the menu for the entire subsystem ends before these options are presented. Move the main menu closing and the endif for HAS_IOMEM to the end of the file so these are selectable again. Cc: stable@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 23a8a51f6860..30fbacfe8b3b 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1183,9 +1183,6 @@ config MFD_STW481X
1183 in various ST Microelectronics and ST-Ericsson embedded 1183 in various ST Microelectronics and ST-Ericsson embedded
1184 Nomadik series. 1184 Nomadik series.
1185 1185
1186endmenu
1187endif
1188
1189menu "Multimedia Capabilities Port drivers" 1186menu "Multimedia Capabilities Port drivers"
1190 depends on ARCH_SA1100 1187 depends on ARCH_SA1100
1191 1188
@@ -1216,3 +1213,6 @@ config VEXPRESS_CONFIG
1216 help 1213 help
1217 Platform configuration infrastructure for the ARM Ltd. 1214 Platform configuration infrastructure for the ARM Ltd.
1218 Versatile Express. 1215 Versatile Express.
1216
1217endmenu
1218endif