drm/nouveau: add missing pll_calc calls
[linux-2.6/libata-dev.git] / arch / um / Kconfig.common
blob648121b037d55fd5f4962626ca79ac27022b38e1
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
16 config MMU
17         bool
18         default y
20 config NO_IOMEM
21         def_bool y
23 config ISA
24         bool
26 config SBUS
27         bool
29 config PCI
30         bool
32 config PCMCIA
33         bool
35 # Yet to do!
36 config TRACE_IRQFLAGS_SUPPORT
37         bool
38         default n
40 config LOCKDEP_SUPPORT
41         bool
42         default y
44 config STACKTRACE_SUPPORT
45         bool
46         default n
48 config GENERIC_CALIBRATE_DELAY
49         bool
50         default y
52 config GENERIC_BUG
53         bool
54         default y
55         depends on BUG
57 config HZ
58         int
59         default 100
61 config SUBARCH
62         string
63         option env="SUBARCH"