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

Commit 9ca766b3 authored by Vincent Legoll's avatar Vincent Legoll Committed by Kalle Valo
Browse files

bcma: make BCMA a menuconfig to ease disabling it all



No need to get into the submenu to disable all BCMA-related config entries.

Signed-off-by: default avatarVincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 53b94835
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -3,11 +3,8 @@ config BCMA_POSSIBLE
	depends on HAS_IOMEM && HAS_DMA
	default y

menu "Broadcom specific AMBA"
	depends on BCMA_POSSIBLE

config BCMA
	tristate "BCMA support"
menuconfig BCMA
	tristate "Broadcom specific AMBA"
	depends on BCMA_POSSIBLE
	help
	  Bus driver for Broadcom specific Advanced Microcontroller Bus
@@ -117,5 +114,3 @@ config BCMA_DEBUG
	  This turns on additional debugging messages.

	  If unsure, say N

endmenu