diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2017-10-18 15:55:44 +0200 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-10-18 15:59:30 +0200 |
commit | 542befbb18056c4fda7b458aa6146a52b2fd389c (patch) | |
tree | 5963eb9f0e4acda6ef6ac5cb3e82d83fafdd389f /drivers/reset/Kconfig | |
parent | reset: zx2967: use the reset-simple driver (diff) | |
parent | ARC: reset: introduce AXS10x reset driver (diff) | |
download | linux-542befbb18056c4fda7b458aa6146a52b2fd389c.tar.xz linux-542befbb18056c4fda7b458aa6146a52b2fd389c.zip |
Merge branch 'reset/arc' into reset/next
Merge the AXS10x driver, which is also merged into
git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git for-next
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 de0090c911cd..7fc77696bb1e 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -28,6 +28,12 @@ config RESET_ATH79 This enables the ATH79 reset controller driver that supports the AR71xx SoC reset controller. +config RESET_AXS10X + bool "AXS10x Reset Driver" if COMPILE_TEST + default ARC_PLAT_AXS10X + help + This enables the reset controller driver for AXS10x. + config RESET_BERLIN bool "Berlin Reset Driver" if COMPILE_TEST default ARCH_BERLIN |