Skip to content

Commit

Permalink
bcma: make BCMA a menuconfig to ease disabling it all
Browse files Browse the repository at this point in the history
No need to get into the submenu to disable all BCMA-related config entries.

Signed-off-by: Vincent Legoll <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
  • Loading branch information
vincele authored and Kalle Valo committed Aug 8, 2017
1 parent 53b9483 commit 9ca766b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions drivers/bcma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -117,5 +114,3 @@ config BCMA_DEBUG
This turns on additional debugging messages.

If unsure, say N

endmenu

0 comments on commit 9ca766b

Please sign in to comment.