Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1641045 > unrolled thread

[PATCH v3 3/5] ARM64: Prepare Realtek RTD1295

Started byAndreas Färber <afaerber@suse.de>
First post2017-05-14 04:30 +0200
Last post2017-05-14 04:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v3 3/5] ARM64: Prepare Realtek RTD1295 Andreas Färber <afaerber@suse.de> - 2017-05-14 04:30 +0200

#1641045 — [PATCH v3 3/5] ARM64: Prepare Realtek RTD1295

FromAndreas Färber <afaerber@suse.de>
Date2017-05-14 04:30 +0200
Subject[PATCH v3 3/5] ARM64: Prepare Realtek RTD1295
Message-ID<tGRsf-3VA-15@gated-at.bofh.it>
Add a Kconfig option ARCH_REALTEK.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 v1 -> v2 -> v3: unchanged
 
 arch/arm64/Kconfig.platforms | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 73272f43ca01..b4e919ac73f6 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -126,6 +126,12 @@ config ARCH_QCOM
 	help
 	  This enables support for the ARMv8 based Qualcomm chipsets.
 
+config ARCH_REALTEK
+	bool "Realtek Platforms"
+	help
+	  This enables support for the ARMv8 based Realtek chipsets,
+	  like the RTD1295.
+
 config ARCH_ROCKCHIP
 	bool "Rockchip Platforms"
 	select ARCH_HAS_RESET_CONTROLLER
-- 
2.12.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web