summaryrefslogtreecommitdiffstats
path: root/drivers/reset/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel2016-07-28 15:32:36 +0200
committerPhilipp Zabel2016-08-25 13:27:44 +0200
commit44336c24a931eb51feba6574bcf4d63c4bca432f (patch)
tree9b910e2f64bbfb86c652a200e32e67b04430f3ac /drivers/reset/Kconfig
parentreset: lpc18xx: add driver Kconfig option (diff)
downloadkernel-qcow2-linux-44336c24a931eb51feba6574bcf4d63c4bca432f.tar.gz
kernel-qcow2-linux-44336c24a931eb51feba6574bcf4d63c4bca432f.tar.xz
kernel-qcow2-linux-44336c24a931eb51feba6574bcf4d63c4bca432f.zip
reset: meson: add driver Kconfig option
Visible only if COMPILE_TEST is enabled, this allows to include the driver in build tests. Acked-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r--drivers/reset/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 72c9b7846392..3fa6afe1e3fa 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -33,6 +33,12 @@ config RESET_LPC18XX
help
This enables the reset controller driver for NXP LPC18xx/43xx SoCs.
+config RESET_MESON
+ bool "Meson Reset Driver" if COMPILE_TEST
+ default ARCH_MESON
+ help
+ This enables the reset driver for Amlogic Meson SoCs.
+
config RESET_OXNAS
bool