Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 8832/1: NOMMU: Limit visibility for CONFIG_FLASH_{MEM_BASE,SIZE}

It looks like usage of CONFIG_FLASH_{MEM_BASE,SIZE} is limited with:

arch/arm/mm/proc-arm740.S
arch/arm/mm/proc-arm940.S
arch/arm/mm/proc-arm946.S

So it might look confusing to see the option for anything except these.

Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

authored by

Vladimir Murzin and committed by
Russell King
49e30bd0 49f30235

+2
+2
arch/arm/Kconfig-nommu
··· 20 20 21 21 config FLASH_MEM_BASE 22 22 hex 'FLASH Base Address' if SET_MEM_PARAM 23 + depends on CPU_ARM740T || CPU_ARM946E || CPU_ARM940T 23 24 default 0x00400000 24 25 25 26 config FLASH_SIZE 26 27 hex 'FLASH Size' if SET_MEM_PARAM 28 + depends on CPU_ARM740T || CPU_ARM946E || CPU_ARM940T 27 29 default 0x00400000 28 30 29 31 config PROCESSOR_ID