X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fv850%2FKconfig;h=04494638b96387203fefc91aebab3be1045bf681;hb=c03296a868ae7c91aa2d8b372184763b18f16d7a;hp=90cd4baa75ee3a2cabea8a745c788dee2eb880b7;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=~andy%2Flinux diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 90cd4baa75e..04494638b96 100644 --- a/arch/v850/Kconfig +++ b/arch/v850/Kconfig @@ -10,9 +10,6 @@ mainmenu "uClinux/v850 (w/o MMU) Kernel Configuration" config MMU bool default n -config UID16 - bool - default n config RWSEM_GENERIC_SPINLOCK bool default y @@ -23,6 +20,14 @@ config GENERIC_CALIBRATE_DELAY bool default y +config GENERIC_HARDIRQS + bool + default y + +config GENERIC_IRQ_PROBE + bool + default y + # Turn off some random 386 crap that can affect device config config ISA bool @@ -218,6 +223,8 @@ menu "Processor type and features" a lot of RAM, and you need to able to allocate very large contiguous chunks. If unsure, say N. +source "mm/Kconfig" + endmenu @@ -248,6 +255,8 @@ source "fs/Kconfig.binfmt" endmenu +source "net/Kconfig" + ############################################################################# source "drivers/base/Kconfig" @@ -281,7 +290,7 @@ source "drivers/ieee1394/Kconfig" source "drivers/message/i2o/Kconfig" -source "net/Kconfig" +source "drivers/net/Kconfig" source "drivers/isdn/Kconfig"