X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm32r%2FKconfig;h=8ccf3e47bff8a1a79254a7d9a430514d818322ef;hb=f745bb1c73e2395e6b9961d4d915a8f8e2cd32cd;hp=f383dab973f5ea62d86f914a5774357be3ea7a4d;hpb=fb7665544dd60e016494cd5531f5b65ddae22ddc;p=linux-2.6 diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index f383dab973..8ccf3e47bf 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -16,6 +16,10 @@ config GENERIC_ISA_DMA bool default y +config ZONE_DMA + bool + default y + config GENERIC_HARDIRQS bool default y @@ -24,6 +28,12 @@ config GENERIC_IRQ_PROBE bool default y +config NO_IOPORT + def_bool y + +config NO_DMA + def_bool y + source "init/Kconfig" @@ -234,6 +244,10 @@ config GENERIC_CALIBRATE_DELAY bool default y +config SCHED_NO_NO_OMIT_FRAME_POINTER + bool + default y + config PREEMPT bool "Preemptible Kernel" help