From: Adrian Bunk Remove the unused NOHIGHMEM option. Reviewed-by: Robert P. J. Day Signed-off-by: Adrian Bunk Cc: Hirokazu Takata Signed-off-by: Andrew Morton --- arch/m32r/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff -puN arch/m32r/Kconfig~m32r-remove-the-unused-nohighmem-option arch/m32r/Kconfig --- a/arch/m32r/Kconfig~m32r-remove-the-unused-nohighmem-option +++ a/arch/m32r/Kconfig @@ -216,10 +216,6 @@ config MEMORY_SIZE default "01000000" if PLAT_M32104UT default "00800000" if PLAT_OAKS32R -config NOHIGHMEM - bool - default y - config ARCH_DISCONTIGMEM_ENABLE bool "Internal RAM Support" depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104 _