Skip to content

Commit

Permalink
reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TEST
Browse files Browse the repository at this point in the history
The HSDK reset driver is only useful when building for an ARC HSDK
platform.

While at it, drop the "default n", as that is the default.

Fixes: e0be864 ("ARC: reset: introduce HSDKv1 reset driver")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
[p.zabel@pengutronix.de: rebased, renamed RESET_HSDK_V1 to RESET_HSDK]
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
  • Loading branch information
Geert Uytterhoeven authored and Philipp Zabel committed Sep 21, 2017
1 parent 1354122 commit 544e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/reset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ config RESET_BERLIN
config RESET_HSDK
bool "Synopsys HSDK Reset Driver"
depends on HAS_IOMEM
default n
depends on ARC_SOC_HSDK || COMPILE_TEST
help
This enables the reset controller driver for HSDK board.

Expand Down

0 comments on commit 544e3bf

Please sign in to comment.