Refresh patches. Remove upstreamed patch: generic/pending/181-net-usb-add-lte-modem-wistron-neweb-d18q1.patch Update patches that no longer applies: generic/hack/901-debloat_sock_diag.patch Compile-tested on: x86/64. Runtime-tested on: x86/64. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
From f9bea440dd8dbf1eda8644e4b1d76503053f17b6 Mon Sep 17 00:00:00 2001
 | 
						|
From: Sean Wang <sean.wang@mediatek.com>
 | 
						|
Date: Thu, 19 Oct 2017 17:52:54 +0800
 | 
						|
Subject: [PATCH 124/224] arm64: mediatek: cleanup message for platform
 | 
						|
 selection
 | 
						|
 | 
						|
The latest kernel tree already can support more MediaTek platforms such as
 | 
						|
MT2712 and MT7622, so additional descriptions for those platforms are added
 | 
						|
and certain cleanups are also being made here.
 | 
						|
 | 
						|
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
 | 
						|
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
 | 
						|
---
 | 
						|
 arch/arm64/Kconfig.platforms | 5 +++--
 | 
						|
 1 file changed, 3 insertions(+), 2 deletions(-)
 | 
						|
 | 
						|
--- a/arch/arm64/Kconfig.platforms
 | 
						|
+++ b/arch/arm64/Kconfig.platforms
 | 
						|
@@ -91,12 +91,13 @@ config ARCH_HISI
 | 
						|
 	  This enables support for Hisilicon ARMv8 SoC family
 | 
						|
 
 | 
						|
 config ARCH_MEDIATEK
 | 
						|
-	bool "Mediatek MT65xx & MT81xx ARMv8 SoC"
 | 
						|
+	bool "MediaTek SoC Family"
 | 
						|
 	select ARM_GIC
 | 
						|
 	select PINCTRL
 | 
						|
 	select MTK_TIMER
 | 
						|
 	help
 | 
						|
-	  Support for Mediatek MT65xx & MT81xx ARMv8 SoCs
 | 
						|
+	  This enables support for MediaTek MT27xx, MT65xx, MT76xx
 | 
						|
+	  & MT81xx ARMv8 SoCs
 | 
						|
 
 | 
						|
 config ARCH_MESON
 | 
						|
 	bool "Amlogic Platforms"
 |