diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-10-06 16:44:27 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-10-09 11:11:48 -0700 |
commit | a528629dfd3b87f206ac0e5637f7e7f958143ab8 (patch) | |
tree | 84f2a954a1fcc3d41da53a4cc82172d14a9c1483 /arch/arc/plat-hsdk/Kconfig | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
ARC: [plat-hsdk] select CONFIG_RESET_HSDK from Kconfig
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/plat-hsdk/Kconfig')
-rw-r--r-- | arch/arc/plat-hsdk/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/plat-hsdk/Kconfig b/arch/arc/plat-hsdk/Kconfig index bd08de4be75e..19ab3cf98f0f 100644 --- a/arch/arc/plat-hsdk/Kconfig +++ b/arch/arc/plat-hsdk/Kconfig @@ -8,3 +8,4 @@ menuconfig ARC_SOC_HSDK bool "ARC HS Development Kit SOC" select CLK_HSDK + select RESET_HSDK |