GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / um / Kconfig.common
blob7c8e277f6d342a295d37bad076a6fb61588dbae6
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
6 # UML uses the generic IRQ subsystem
7 config GENERIC_HARDIRQS
8         bool
9         default y
11 config UML
12         bool
13         default y
15 config MMU
16         bool
17         default y
19 config NO_IOMEM
20         def_bool y
22 mainmenu "Linux/Usermode Kernel Configuration"
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 GENERIC_CLOCKEVENTS
59         bool
60         default y
62 # Used in kernel/irq/manage.c and include/linux/irq.h
63 config IRQ_RELEASE_METHOD
64         bool
65         default y
67 config HZ
68         int
69         default 100
71 config SUBARCH
72         string
73         option env="SUBARCH"