diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2016-07-28 16:33:07 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-08-30 10:38:10 +0300 |
commit | fab3f73098bbccd0ca433896e860974992bbe877 (patch) | |
tree | 3a8becfc03bcce249fb1ebadbb4f9e18482e7dab /drivers/reset/Kconfig | |
parent | 44336c24a931eb51feba6574bcf4d63c4bca432f (diff) | |
download | linux-fab3f73098bbccd0ca433896e860974992bbe877.tar.xz |
reset: pistachio: add driver Kconfig option
Visible only if COMPILE_TEST is enabled, this allows to include the
driver in build tests.
Cc: Damien Horsley <Damien.Horsley@imgtec.com>
Acked-by: James Hartley <james.hartley@imgtec.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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 3fa6afe1e3fa..8bb1d874c7ee 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -42,6 +42,12 @@ config RESET_MESON config RESET_OXNAS bool +config RESET_PISTACHIO + bool "Pistachio Reset Driver" if COMPILE_TEST + default MACH_PISTACHIO + help + This enables the reset driver for ImgTec Pistachio SoCs. + config TI_SYSCON_RESET tristate "TI SYSCON Reset Driver" depends on HAS_IOMEM |