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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 14 Oct 2011 14:29:16 +0200
From:	Paul Bolle <pebolle@...cali.nl>
To:	Russell King <linux@....linux.org.uk>
Cc:	linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 11/21] ARM: drop unused Kconfig symbols

ARCH_AT91SAM9260_SAM9XE is simply unused.

MACH_TRIZEPS_UCONXS doesn't offfer anything MACH_TRIZEPS_ANY doesn't
already offer (ie, providing a way to not select MACH_TRIZEPS_CONXS,
which actually suggest the "choice" they are part of should be
"optional").

Add a comment that CPU_IXP46X and CPU_IXP43X could be merged. What
would be a nice new name?

Signed-off-by: Paul Bolle <pebolle@...cali.nl>
---
 arch/arm/mach-at91/Kconfig   |    6 ------
 arch/arm/mach-ixp4xx/Kconfig |    1 +
 arch/arm/mach-pxa/Kconfig    |    3 ---
 3 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 2248467..db23f3d 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -190,12 +190,6 @@ if ARCH_AT91SAM9260
 
 comment "AT91SAM9260 Variants"
 
-config ARCH_AT91SAM9260_SAM9XE
-	bool "AT91SAM9XE"
-	help
-	  Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
-	  They are basically AT91SAM9260s with various sizes of embedded Flash.
-
 comment "AT91SAM9260 / AT91SAM9XE Board Type"
 
 config MACH_AT91SAM9260EK
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index 6f991c5..56f867c 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -151,6 +151,7 @@ config MACH_ARCOM_VULCAN
 #
 # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
 #
+# XXX These two options can be merged. What is a nice name?
 config CPU_IXP46X
 	bool
 	depends on MACH_IXDP465
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index cd19309..4a03fda 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -184,9 +184,6 @@ choice
 config MACH_TRIZEPS_CONXS
 	bool "ConXS Eval Board"
 
-config MACH_TRIZEPS_UCONXS
-	bool "uConXS Eval Board"
-
 config MACH_TRIZEPS_ANY
 	bool "another Board"
 
-- 
1.7.4.4




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ