linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 01/10] reset: ath79: add driver Kconfig option
@ 2016-08-30  8:24 Philipp Zabel
  2016-08-30  8:24 ` [PATCH v2 02/10] reset: berlin: " Philipp Zabel
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Philipp Zabel @ 2016-08-30  8:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Masahiro Yamada, Arnd Bergmann, Axel Lin, Hans de Goede,
	Maxime Ripard, Lee Jones, linux-arm-kernel, Philipp Zabel

Visible only if COMPILE_TEST is enabled, this allows to include the
driver in build tests.

Acked-by: Aban Bedel <albeu@free.fr>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/reset/Kconfig  | 7 +++++++
 drivers/reset/Makefile | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 7dfe8d8..9da0507 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -14,6 +14,13 @@ menuconfig RESET_CONTROLLER
 
 if RESET_CONTROLLER
 
+config RESET_ATH79
+	bool "AR71xx Reset Driver" if COMPILE_TEST
+	default ATH79
+	help
+	  This enables the ATH79 reset controller driver that supports the
+	  AR71xx SoC reset controller.
+
 config RESET_OXNAS
 	bool
 
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile
index 9b45dcf..e3fc337 100644
--- a/drivers/reset/Makefile
+++ b/drivers/reset/Makefile
@@ -9,7 +9,7 @@ obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
 obj-$(CONFIG_ARCH_STI) += sti/
 obj-$(CONFIG_ARCH_HISI) += hisilicon/
 obj-$(CONFIG_ARCH_ZYNQ) += reset-zynq.o
-obj-$(CONFIG_ATH79) += reset-ath79.o
+obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
 obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
 obj-$(CONFIG_TI_SYSCON_RESET) += reset-ti-syscon.o
 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o
-- 
2.8.1

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

end of thread, other threads:[~2016-09-28 19:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-30  8:24 [PATCH v2 01/10] reset: ath79: add driver Kconfig option Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 02/10] reset: berlin: " Philipp Zabel
2016-09-28 19:21   ` Sebastian Hesselbarth
2016-08-30  8:24 ` [PATCH v2 03/10] reset: lpc18xx: " Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 04/10] reset: meson: " Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 05/10] reset: pistachio: " Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 06/10] reset: socfpga: " Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 07/10] reset: stm32: " Philipp Zabel
2016-09-03 10:47   ` Maxime Coquelin
2016-08-30  8:24 ` [PATCH v2 08/10] reset: sunxi: " Philipp Zabel
2016-08-30  8:24 ` [PATCH v2 09/10] reset: zynq: " Philipp Zabel
2016-08-30 10:01   ` Michal Simek
2016-08-30  8:24 ` [PATCH v2 10/10] reset: hi6220: allow to compile test driver on other architectures Philipp Zabel
2016-08-30 10:04   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).