From: Geert Uytterhoeven Date: Mon, 11 Sep 2017 12:22:08 +0000 (+0200) Subject: reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TEST X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=544e3bf4f0e8278400f19ca7918a3cdf2548b4eb;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git reset: Restrict RESET_HSDK to ARC_SOC_HSDK or COMPILE_TEST 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: e0be864f14240cb1 ("ARC: reset: introduce HSDKv1 reset driver") Signed-off-by: Geert Uytterhoeven [p.zabel@pengutronix.de: rebased, renamed RESET_HSDK_V1 to RESET_HSDK] Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index a7c7d5a8c089..e2baecbb9dd3 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -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.