Kconfig (e0d21d9cca25f424f3129649be48a63c128ed42d) Kconfig (d5950b4355049092739bea97d1bdc14433126cc5)
1# UML uses the generic IRQ sugsystem
2config GENERIC_HARDIRQS
3 bool
4 default y
5
6config UML
7 bool
8 default y

--- 261 unchanged lines hidden (view full) ---

270 case, when UML is restarted, it will call the timer enough times to make
271 up for the time spent at the breakpoint. This could result in a
272 noticable lag. If this is a problem, then disable this option.
273
274endmenu
275
276source "init/Kconfig"
277
1# UML uses the generic IRQ sugsystem
2config GENERIC_HARDIRQS
3 bool
4 default y
5
6config UML
7 bool
8 default y

--- 261 unchanged lines hidden (view full) ---

270 case, when UML is restarted, it will call the timer enough times to make
271 up for the time spent at the breakpoint. This could result in a
272 noticable lag. If this is a problem, then disable this option.
273
274endmenu
275
276source "init/Kconfig"
277
278source "net/Kconfig"
279
278source "drivers/base/Kconfig"
279
280source "arch/um/Kconfig_char"
281
282source "drivers/block/Kconfig"
283
284config NETDEVICES
285 bool
286 default NET
287
288source "arch/um/Kconfig_net"
289
280source "drivers/base/Kconfig"
281
282source "arch/um/Kconfig_char"
283
284source "drivers/block/Kconfig"
285
286config NETDEVICES
287 bool
288 default NET
289
290source "arch/um/Kconfig_net"
291
290source "net/Kconfig"
292source "drivers/net/Kconfig"
291
292source "fs/Kconfig"
293
294source "security/Kconfig"
295
296source "crypto/Kconfig"
297
298source "lib/Kconfig"

--- 29 unchanged lines hidden ---
293
294source "fs/Kconfig"
295
296source "security/Kconfig"
297
298source "crypto/Kconfig"
299
300source "lib/Kconfig"

--- 29 unchanged lines hidden ---