]> Pileus Git - ~andy/linux/blob - arch/um/Kconfig.common
Remove GENERIC_HARDIRQ config option
[~andy/linux] / arch / um / Kconfig.common
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
5
6 config UML
7         bool
8         default y
9         select HAVE_UID16
10         select GENERIC_IRQ_SHOW
11         select GENERIC_CPU_DEVICES
12         select GENERIC_IO
13         select GENERIC_CLOCKEVENTS
14         select TTY # Needed for line.c
15
16 config MMU
17         bool
18         default y
19
20 config NO_IOMEM
21         def_bool y
22
23 config ISA
24         bool
25
26 config SBUS
27         bool
28
29 config PCI
30         bool
31
32 config PCMCIA
33         bool
34
35 # Yet to do!
36 config TRACE_IRQFLAGS_SUPPORT
37         bool
38         default n
39
40 config LOCKDEP_SUPPORT
41         bool
42         default y
43
44 config STACKTRACE_SUPPORT
45         bool
46         default n
47
48 config GENERIC_CALIBRATE_DELAY
49         bool
50         default y
51
52 config GENERIC_BUG
53         bool
54         default y
55         depends on BUG
56
57 config HZ
58         int
59         default 100
60
61 config SUBARCH
62         string
63         option env="SUBARCH"