All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make AMBA a menuconfig to ease disabling it all
@ 2017-04-14 11:39 Vincent Legoll
  2017-04-14 11:47 ` Russell King - ARM Linux
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vincent Legoll @ 2017-04-14 11:39 UTC (permalink / raw)
  To: linux-kernel, linux; +Cc: Vincent Legoll

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

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
 drivers/amba/Kconfig | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/drivers/amba/Kconfig b/drivers/amba/Kconfig
index 294ba6f..3f8fcb8 100644
--- a/drivers/amba/Kconfig
+++ b/drivers/amba/Kconfig
@@ -1,14 +1,8 @@
-config ARM_AMBA
-	bool
-
-if ARM_AMBA
-
-config TEGRA_AHB
-	bool
+menuconfig TEGRA_AHB
+	bool "NVIDIA Tegra AHB"
+	depends on ARCH_TEGRA
 	default y if ARCH_TEGRA
 	help
 	  Adds AHB configuration functionality for NVIDIA Tegra SoCs,
 	  which controls AHB bus master arbitration and some performance
 	  parameters (priority, prefetch size).
-
-endif
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-08-08 11:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 11:39 [PATCH] Make AMBA a menuconfig to ease disabling it all Vincent Legoll
2017-04-14 11:47 ` Russell King - ARM Linux
2017-04-14 12:33   ` Vincent Legoll
2017-04-17 10:07     ` [PATCH RFC] Make BCMA " Vincent Legoll
2017-04-17 10:07       ` [PATCH] " Vincent Legoll
2017-05-19  6:08         ` Kalle Valo
2017-08-08 11:45         ` bcma: make " Kalle Valo
2017-04-17 10:11       ` [PATCH RFC] Make " Vincent Legoll
2017-04-14 14:02 ` [PATCH] Make AMBA " kbuild test robot
2017-04-14 14:29 ` kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.