Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config UML
2 bool
3 default y
7a017721 4 select HAVE_ARCH_AUDITSYSCALL
af1839eb 5 select HAVE_UID16
df31a0a0 6 select GENERIC_IRQ_SHOW
9f13a1fd 7 select GENERIC_CPU_DEVICES
194a64c8 8 select GENERIC_IO
875c9d09 9 select GENERIC_CLOCKEVENTS
4f73bc4d 10 select TTY # Needed for line.c
61bee204
AV
11
12config MMU
13 bool
14 default y
15
16config NO_IOMEM
17 def_bool y
18
61bee204
AV
19config ISA
20 bool
21
22config SBUS
23 bool
24
25config PCI
26 bool
27
28config PCMCIA
29 bool
30
31# Yet to do!
32config TRACE_IRQFLAGS_SUPPORT
33 bool
34 default n
35
36config LOCKDEP_SUPPORT
37 bool
38 default y
39
40config STACKTRACE_SUPPORT
41 bool
42 default n
43
44config GENERIC_CALIBRATE_DELAY
45 bool
46 default y
47
48config GENERIC_BUG
49 bool
50 default y
51 depends on BUG
52
61bee204
AV
53config HZ
54 int
55 default 100
56
57config SUBARCH
58 string
59 option env="SUBARCH"
This page took 0.39768 seconds and 5 git commands to generate.