瀏覽代碼

ARM: 8374/1: no longer expose CPU_ARM7TDMI/CPU_ARM9TDMI

Atmel at91x40 is gone, so we no longer have any platform using
either of these two, and we get randconfig failures on NOMMU
kernels if they accidentally get enabled on something that conflicts
with ARMv4T.

This stops short of removing the entire CPU support for now,
but as nothing selects these, it is basically dead code.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Arnd Bergmann 10 年之前
父節點
當前提交
c32b765572
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/arm/mm/Kconfig

+ 2 - 2
arch/arm/mm/Kconfig

@@ -6,7 +6,7 @@ comment "Processor Type"
 
 
 # ARM7TDMI
 # ARM7TDMI
 config CPU_ARM7TDMI
 config CPU_ARM7TDMI
-	bool "Support ARM7TDMI processor"
+	bool
 	depends on !MMU
 	depends on !MMU
 	select CPU_32v4T
 	select CPU_32v4T
 	select CPU_ABRT_LV4T
 	select CPU_ABRT_LV4T
@@ -56,7 +56,7 @@ config CPU_ARM740T
 
 
 # ARM9TDMI
 # ARM9TDMI
 config CPU_ARM9TDMI
 config CPU_ARM9TDMI
-	bool "Support ARM9TDMI processor"
+	bool
 	depends on !MMU
 	depends on !MMU
 	select CPU_32v4T
 	select CPU_32v4T
 	select CPU_ABRT_NOMMU
 	select CPU_ABRT_NOMMU