diff options
author | Masahiro Yamada | 2016-10-08 13:25:31 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-10-10 10:03:23 +0900 |
commit | 4fb96c48c183128c00b21c7858bb05897a1b80de (patch) | |
tree | 25ba5424728988f9d8d375b911e7e80d4242720f /drivers/reset/Kconfig | |
parent | d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97 (diff) |
reset: uniphier: add reset controller driver for UniPhier SoCs
This is the initial commit for UniPhier reset controller driver.
Most code was ported from Linux.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 4fcc0d95b4f..c42b0bcf0ed 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -34,4 +34,13 @@ config TEGRA186_RESET Enable support for manipulating Tegra's on-SoC reset signals via IPC requests to the BPMP (Boot and Power Management Processor). +config RESET_UNIPHIER + bool "Reset controller driver for UniPhier SoCs" + depends on ARCH_UNIPHIER + default y + help + Support for reset controllers on UniPhier SoCs. + Say Y if you want to control reset signals provided by System Control + block, Media I/O block, Peripheral Block. + endmenu |