From: Vincent Legoll Date: Mon, 17 Apr 2017 10:07:30 +0000 (+0200) Subject: bcma: make BCMA a menuconfig to ease disabling it all X-Git-Tag: v4.14-rc1~130^2~95^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ca766b3641f99975783867d3e0a54e24549d97e;p=platform%2Fkernel%2Flinux-rpi.git 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: Vincent Legoll Signed-off-by: Kalle Valo --- diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index b5c48a8..54f81c5 100644 --- a/drivers/bcma/Kconfig +++ b/drivers/bcma/Kconfig @@ -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