aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2008-10-13 12:13:56 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-10-13 12:13:56 -0400
commite758936e02700ff88a0b08b722a3847b95283ef2 (patch)
tree50c919bef1b459a778b85159d5929de95b6c4a01 /arch/m32r/Kconfig
parent239cfbde1f5843c4a24199f117d5f67f637d72d5 (diff)
parent4480f15b3306f43bbb0310d461142b4e897ca45b (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts: include/asm-x86/statfs.h
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig10
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
216config NOHIGHMEM
217 bool
218 default y
219
220config ARCH_DISCONTIGMEM_ENABLE 216config 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
407source "drivers/pci/Kconfig" 403source "drivers/pci/Kconfig"
408 404
409config ISA 405config 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
416source "drivers/pcmcia/Kconfig" 408source "drivers/pcmcia/Kconfig"
417 409