ASoC: axi: Fix ADI AXI SPDIF specification
[linux-2.6/btrfs-unstable.git] / arch / um / Kconfig.common
blob6915d28cf118f6c406ff53b20802a36e6ddfcbe0
1 config UML
2         bool
3         default y
4         select HAVE_ARCH_AUDITSYSCALL
5         select HAVE_UID16
6         select GENERIC_IRQ_SHOW
7         select GENERIC_CPU_DEVICES
8         select GENERIC_IO
9         select GENERIC_CLOCKEVENTS
10         select TTY # Needed for line.c
12 config MMU
13         bool
14         default y
16 config NO_IOMEM
17         def_bool y
19 config ISA
20         bool
22 config SBUS
23         bool
25 config PCI
26         bool
28 config PCMCIA
29         bool
31 # Yet to do!
32 config TRACE_IRQFLAGS_SUPPORT
33         bool
34         default n
36 config LOCKDEP_SUPPORT
37         bool
38         default y
40 config STACKTRACE_SUPPORT
41         bool
42         default n
44 config GENERIC_CALIBRATE_DELAY
45         bool
46         default y
48 config GENERIC_BUG
49         bool
50         default y
51         depends on BUG
53 config HZ
54         int
55         default 100
57 config SUBARCH
58         string
59         option env="SUBARCH"