lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 4 Oct 2021 16:29:23 +0530
From:   Kavyasree Kotagiri <kavyasree.kotagiri@...rochip.com>
To:     <nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
        <ludovic.desroches@...rochip.com>, <robh+dt@...nel.org>,
        <corbet@....net>
CC:     <linux@...linux.org.uk>, <linux-arm-kernel@...ts.infradead.org>,
        <linux-kernel@...r.kernel.org>, <linux-doc@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <UNGLinuxDriver@...rochip.com>,
        <Kavyasree.Kotagiri@...rochip.com>, <Manohar.Puri@...rochip.com>
Subject: [PATCH 1/4] ARM: at91: Kconfig: use only one name SOC_LAN966 and merge options

Use only one name SOC_LAN966 and merge options into it.

Signed-off-by: Kavya Sree Kotagiri <kavyasree.kotagiri@...rochip.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ