@@ -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
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(-)