[PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options

Kavyasree Kotagiri kavyasree.kotagiri at microchip.com
Mon Oct 4 03:59:23 PDT 2021


Use only one name SOC_LAN966 and merge options into it.

Signed-off-by: Kavya Sree Kotagiri <kavyasree.kotagiri at microchip.com>
---
 arch/arm/mach-at91/Kconfig | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 5d3b08e4ca1d..096475f0a4fd 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -67,13 +67,15 @@ config SOC_SAMA7G5
 	help
 	  Select this if you are using one of Microchip's SAMA7G5 family SoC.
 
-config SOC_LAN966X
-	bool "ARMv7 based Microchip LAN966X SoC family"
+config SOC_LAN966
+	bool "ARMv7 based Microchip LAN966 SoC family"
 	depends on ARCH_MULTI_V7
 	select SOC_LAN966
 	select DW_APB_TIMER_OF
+	select ARM_GIC
+	select MEMORY
 	help
-	  This enables support for ARMv7 based Microchip LAN966X SoC family.
+	  This enables support for ARMv7 based Microchip LAN966 SoC family.
 
 config SOC_AT91RM9200
 	bool "AT91RM9200"
@@ -218,8 +220,4 @@ config SOC_SAMA7
 	select SOC_SAM_V7
 	select SRAM if PM
 
-config SOC_LAN966
-	bool
-	select ARM_GIC
-	select MEMORY
 endif
-- 
2.17.1




More information about the linux-arm-kernel mailing list