[ARM] 4532/1: allow configuration of processor ID
authorGreg Ungerer <gerg@snapgear.com>
Mon, 30 Jul 2007 01:26:08 +0000 (02:26 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 12 Oct 2007 22:43:02 +0000 (23:43 +0100)
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>
arch/arm/Kconfig-nommu

index f087376..901e6df 100644 (file)
@@ -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