diff mbox series

[v2,05/11] arm64: realtek: Select reset controller

Message ID 20191023101317.26656-6-afaerber@suse.de
State New
Headers show
Series [v2,01/11] dt-bindings: reset: Add Realtek RTD1295 | expand

Commit Message

Andreas Färber Oct. 23, 2019, 10:13 a.m. UTC
Select RESET_CONTROLLER for ARCH_REALTEK.

Signed-off-by: Andreas Färber <afaerber@suse.de>

---
 v2: New
 
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

-- 
2.16.4

Comments

Andreas Färber Oct. 26, 2019, 12:36 a.m. UTC | #1
Am 23.10.19 um 12:13 schrieb Andreas Färber:
> Select RESET_CONTROLLER for ARCH_REALTEK.

> 

> Signed-off-by: Andreas Färber <afaerber@suse.de>

> ---

>  v2: New

>  

>  arch/arm64/Kconfig.platforms | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms

> index 63b463b88040..90d3c04ebff0 100644

> --- a/arch/arm64/Kconfig.platforms

> +++ b/arch/arm64/Kconfig.platforms

> @@ -189,6 +189,7 @@ config ARCH_QCOM

>  

>  config ARCH_REALTEK

>  	bool "Realtek Platforms"

> +	select RESET_CONTROLLER

>  	help

>  	  This enables support for the ARMv8 based Realtek chipsets,

>  	  like the RTD1295.


Applied to linux-realtek.git v5.5/arm64:

https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-realtek.git/log/?h=v5.5/arm64

Regards,
Andreas

-- 
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer
HRB 36809 (AG Nürnberg)
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 63b463b88040..90d3c04ebff0 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -189,6 +189,7 @@  config ARCH_QCOM
 
 config ARCH_REALTEK
 	bool "Realtek Platforms"
+	select RESET_CONTROLLER
 	help
 	  This enables support for the ARMv8 based Realtek chipsets,
 	  like the RTD1295.