diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2017-08-11 13:58:43 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-10-17 16:35:24 +0300 |
commit | e13c205ac358d4c956c36572b6b660b9e45b3bda (patch) | |
tree | e55a53fd17433af9d452d0eb22a4ab77bdfbd18e /drivers/reset/Kconfig | |
parent | 81c22ad0cc7db056408d6089c9303b2f6e486518 (diff) | |
download | linux-e13c205ac358d4c956c36572b6b660b9e45b3bda.tar.xz |
reset: sunxi: use reset-simple driver
Use the newly created copies in the reset-simple driver to replace the
sunxi platform driver code and reset operations. The separate sunxi
driver still remains to register the early reset controllers, but it
reuses the reset operations in reset-simple.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Alexandru Gagniuc <alex.g@adaptrum.com>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 392e65187cd5..a14c0fe49877 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -100,6 +100,7 @@ config RESET_STM32 config RESET_SUNXI bool "Allwinner SoCs Reset Driver" if COMPILE_TEST && !ARCH_SUNXI default ARCH_SUNXI + select RESET_SIMPLE help This enables the reset driver for Allwinner SoCs. |