diff options
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 8a165cc1b732..00289c178f89 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -213,10 +213,6 @@ config MEMORY_SIZE | |||
213 | default "01000000" if PLAT_M32104UT | 213 | default "01000000" if PLAT_M32104UT |
214 | default "00800000" if PLAT_OAKS32R | 214 | default "00800000" if PLAT_OAKS32R |
215 | 215 | ||
216 | config NOHIGHMEM | ||
217 | bool | ||
218 | default y | ||
219 | |||
220 | config ARCH_DISCONTIGMEM_ENABLE | 216 | config ARCH_DISCONTIGMEM_ENABLE |
221 | bool "Internal RAM Support" | 217 | bool "Internal RAM Support" |
222 | depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104 | 218 | depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104 |
@@ -407,11 +403,7 @@ config PCI_DIRECT | |||
407 | source "drivers/pci/Kconfig" | 403 | source "drivers/pci/Kconfig" |
408 | 404 | ||
409 | config ISA | 405 | config ISA |
410 | bool "ISA support" | 406 | bool |
411 | help | ||
412 | Find out whether you have ISA slots on your motherboard. ISA is the | ||
413 | name of a bus system, i.e. the way the CPU talks to the other stuff | ||
414 | inside your box. If you have ISA, say Y, otherwise N. | ||
415 | 407 | ||
416 | source "drivers/pcmcia/Kconfig" | 408 | source "drivers/pcmcia/Kconfig" |
417 | 409 | ||