diff options
| author | Patrice Chotard <[email protected]> | 2017-03-22 10:54:03 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-03-26 13:22:58 -0600 |
| commit | 584861ffebbb46260e9dd48bb0243fc6772ba12a (patch) | |
| tree | 80baf45fb6e09a45a51cd2bf0aaaa21cdcfd1887 /drivers/reset/Kconfig | |
| parent | 0367bd4d605fa17b0e8ee8b45bc7afa6bd2307f9 (diff) | |
reset: Add STi reset support
This patch adds a reset controller implementation for STMicroelectronics
STi family SoCs; it allows a group of related reset like controls found
in multiple system configuration registers to be represented by a single
controller device.
Driver code has been mainly extracted from kernel
drivers/reset/sti/reset-stih407.c
Signed-off-by: Patrice Chotard <[email protected]>
Diffstat (limited to 'drivers/reset/Kconfig')
| -rw-r--r-- | drivers/reset/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index c42b0bcf0ed..fa77ee4adae 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -20,6 +20,14 @@ config SANDBOX_RESET simply accepts requests to reset various HW modules without actually doing anything beyond a little error checking. +config STI_RESET + bool "Enable the STi reset" + depends on ARCH_STI + help + Support for reset controllers on STMicroelectronics STiH407 family SoCs. + Say Y if you want to control reset signals provided by system config + block. + config TEGRA_CAR_RESET bool "Enable Tegra CAR-based reset driver" depends on TEGRA_CAR |
