Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6e6e660 authored by Linus Walleij's avatar Linus Walleij Committed by Lee Jones
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 0caeaede
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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