diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2017-08-31 11:06:07 -0700 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-09-18 13:02:03 +0200 |
commit | 13541226dc056fa3f54417ce12f18ba711a1591c (patch) | |
tree | 164b3545a4777727e5c41fa26a21a5d81acfbfbf /drivers/reset/Kconfig | |
parent | fc9655e65160936e32adae0d0e8aae25eb12c4e0 (diff) | |
download | blackbird-obmc-linux-13541226dc056fa3f54417ce12f18ba711a1591c.tar.gz blackbird-obmc-linux-13541226dc056fa3f54417ce12f18ba711a1591c.zip |
ARC: reset: remove the misleading v1 suffix all over
There is no plan yet to do a v2 board. And even if we were to do it only
some IPs would actually change, so it be best to add suffixes at that
point, not now !
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/reset/Kconfig')
-rw-r--r-- | drivers/reset/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index d063bd5373dd..a7c7d5a8c089 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -34,12 +34,12 @@ config RESET_BERLIN help This enables the reset controller driver for Marvell Berlin SoCs. -config RESET_HSDK_V1 - bool "HSDK v1 Reset Driver" +config RESET_HSDK + bool "Synopsys HSDK Reset Driver" depends on HAS_IOMEM default n help - This enables the reset controller driver for HSDK v1. + This enables the reset controller driver for HSDK board. config RESET_IMX7 bool "i.MX7 Reset Driver" if COMPILE_TEST |