X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fv850%2FKconfig;h=04494638b96387203fefc91aebab3be1045bf681;hb=c03296a868ae7c91aa2d8b372184763b18f16d7a;hp=27febd6ffa80160043f485354f68e7e5b26ee51d;hpb=d2f6409584e2c62ffad81690562330ff3bf4a458;p=~andy%2Flinux diff --git a/arch/v850/Kconfig b/arch/v850/Kconfig index 27febd6ffa8..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 @@ -250,6 +255,8 @@ source "fs/Kconfig.binfmt" endmenu +source "net/Kconfig" + ############################################################################# source "drivers/base/Kconfig" @@ -283,7 +290,7 @@ source "drivers/ieee1394/Kconfig" source "drivers/message/i2o/Kconfig" -source "net/Kconfig" +source "drivers/net/Kconfig" source "drivers/isdn/Kconfig"