From: Linus Walleij Date: Wed, 29 Jan 2014 10:09:53 +0000 (+0100) Subject: mfd: Include all drivers in subsystem menu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a6e6e660baa5c583022e3e48c85316bace027825;p=deliverable%2Flinux.git 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 Signed-off-by: Lee Jones --- 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 in various ST Microelectronics and ST-Ericsson embedded Nomadik series. -endmenu -endif - menu "Multimedia Capabilities Port drivers" depends on ARCH_SA1100 @@ -1216,3 +1213,6 @@ config VEXPRESS_CONFIG help Platform configuration infrastructure for the ARM Ltd. Versatile Express. + +endmenu +endif