diff mbox series

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

Message ID 20211004105926.5696-2-kavyasree.kotagiri@microchip.com (mailing list archive)
State New, archived
Headers show
Series Add lan966 documentation and remove lan966x.c file | expand

Commit Message

Kavyasree Kotagiri Oct. 4, 2021, 10:59 a.m. UTC
Use only one name SOC_LAN966 and merge options into it.

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

Patch

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