lkml.org 
[lkml]   [2021]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options
Date
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 --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
\
 
 \ /
  Last update: 2021-10-04 13:00    [W:0.085 / U:0.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site