X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fv850%2FKconfig;h=ace479ab273ff329cc387ce536e8598f171054b4;hb=a43266355b3d8cf6717a27159f9a417bdff73782;hp=f0d4d72e560fe8e1b68700e6c87929da3239bae6;hpb=678f2b7df24c34f90fee264fa3a8069bca9c99ad;p=~andy%2Flinux diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index f0d4d72e560..ace479ab273 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig @@ -10,6 +10,9 @@ mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration" config MMU bool default n +config ZONE_DMA + bool + default y config RWSEM_GENERIC_SPINLOCK bool default y @@ -34,6 +37,10 @@ config GENERIC_IRQ_PROBE bool default y +config GENERIC_TIME + bool + default y + config TIME_LOW_RES bool default y @@ -214,7 +221,7 @@ menu "Processor type and features" # Some platforms pre-zero memory, in which case the kernel doesn't need to config ZERO_BSS bool - depends !V850E2_SIM85E2C + depends on !V850E2_SIM85E2C default y # The crappy-ass zone allocator requires that the start of allocatable @@ -233,14 +240,6 @@ menu "Processor type and features" config RESET_GUARD bool "Reset Guard" - config LARGE_ALLOCS - bool "Allow allocating large blocks (> 1MB) of memory" - help - Allow the slab memory allocator to keep chains for very large - memory sizes - upto 32MB. You may need this if your system has - a lot of RAM, and you need to able to allocate very large - contiguous chunks. If unsure, say N. - source "mm/Kconfig" endmenu