浏览代码

[ARM] 4532/1: allow configuration of processor ID

Allow for configuration of the processor ID for the simplar non-MMU
ARM parts.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Greg Ungerer 18 年之前
父节点
当前提交
7a8be08b1b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/Kconfig-nommu

+ 1 - 1
arch/arm/Kconfig-nommu

@@ -26,7 +26,7 @@ config FLASH_SIZE
 	default 0x00400000
 
 config PROCESSOR_ID
-	hex
+	hex 'Hard wire the processor ID'
 	default 0x00007700
 	depends on !CPU_CP15
 	help