Linux 3.9-rc4
[linux-2.6/cjktty.git] / arch / um / Kconfig.common
blobbceee6623b00134023918cd5b62ec6144e3c66eb
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
6 config UML
7         bool
8         default y
9         select HAVE_GENERIC_HARDIRQS
10         select HAVE_UID16
11         select GENERIC_IRQ_SHOW
12         select GENERIC_CPU_DEVICES
13         select GENERIC_IO
14         select GENERIC_CLOCKEVENTS
15         select TTY # Needed for line.c
17 config MMU
18         bool
19         default y
21 config NO_IOMEM
22         def_bool y
24 config ISA
25         bool
27 config SBUS
28         bool
30 config PCI
31         bool
33 config PCMCIA
34         bool
36 # Yet to do!
37 config TRACE_IRQFLAGS_SUPPORT
38         bool
39         default n
41 config LOCKDEP_SUPPORT
42         bool
43         default y
45 config STACKTRACE_SUPPORT
46         bool
47         default n
49 config GENERIC_CALIBRATE_DELAY
50         bool
51         default y
53 config GENERIC_BUG
54         bool
55         default y
56         depends on BUG
58 config HZ
59         int
60         default 100
62 config SUBARCH
63         string
64         option env="SUBARCH"