diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2017-02-22 11:10:17 -0600 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-03-15 12:19:11 +0100 |
commit | 627006820268f92b62b2bde486c76ccd0fadb671 (patch) | |
tree | 115ff7124e06bbcd7f655c3a1a74a96924994871 /drivers/reset/Kconfig | |
parent | 843fc75af8f5fb690656d1529b250584d8923d2c (diff) | |
download | blackbird-op-linux-627006820268f92b62b2bde486c76ccd0fadb671.tar.gz blackbird-op-linux-627006820268f92b62b2bde486c76ccd0fadb671.zip |
reset: Add Altera Arria10 SR Reset Controller
This patch adds the reset controller functionality for
Peripheral PHYs to the Arria10 System Resource Chip.
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index c9e74592742b..d21c07ccc94e 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -14,6 +14,13 @@ menuconfig RESET_CONTROLLER if RESET_CONTROLLER +config RESET_A10SR + tristate "Altera Arria10 System Resource Reset" + depends on MFD_ALTERA_A10SR + help + This option enables support for the external reset functions for + peripheral PHYs on the Altera Arria10 System Resource Chip. + config RESET_ATH79 bool "AR71xx Reset Driver" if COMPILE_TEST default ATH79 |