]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/um/Kconfig.common
gianfar: fix signedness issue
[net-next-2.6.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "arch/$ARCH/defconfig"
5
6# UML uses the generic IRQ subsystem
7config GENERIC_HARDIRQS
8 bool
9 default y
10
11config UML
12 bool
13 default y
14
15config MMU
16 bool
17 default y
18
19config NO_IOMEM
20 def_bool y
21
61bee204
AV
22config ISA
23 bool
24
25config SBUS
26 bool
27
28config PCI
29 bool
30
31config PCMCIA
32 bool
33
34# Yet to do!
35config TRACE_IRQFLAGS_SUPPORT
36 bool
37 default n
38
39config LOCKDEP_SUPPORT
40 bool
41 default y
42
43config STACKTRACE_SUPPORT
44 bool
45 default n
46
47config GENERIC_CALIBRATE_DELAY
48 bool
49 default y
50
51config GENERIC_BUG
52 bool
53 default y
54 depends on BUG
55
61bee204
AV
56config GENERIC_CLOCKEVENTS
57 bool
58 default y
59
60# Used in kernel/irq/manage.c and include/linux/irq.h
61config IRQ_RELEASE_METHOD
62 bool
63 default y
64
65config HZ
66 int
67 default 100
68
69config SUBARCH
70 string
71 option env="SUBARCH"