]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/um/Kconfig.common
alpha: Enable system-call auditing support.
[mirror_ubuntu-bionic-kernel.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config UML
2 bool
3 default y
af1839eb 4 select HAVE_UID16
df31a0a0 5 select GENERIC_IRQ_SHOW
9f13a1fd 6 select GENERIC_CPU_DEVICES
194a64c8 7 select GENERIC_IO
875c9d09 8 select GENERIC_CLOCKEVENTS
4f73bc4d 9 select TTY # Needed for line.c
61bee204
AV
10
11config MMU
12 bool
13 default y
14
15config NO_IOMEM
16 def_bool y
17
61bee204
AV
18config ISA
19 bool
20
21config SBUS
22 bool
23
24config PCI
25 bool
26
27config PCMCIA
28 bool
29
30# Yet to do!
31config TRACE_IRQFLAGS_SUPPORT
32 bool
33 default n
34
35config LOCKDEP_SUPPORT
36 bool
37 default y
38
39config STACKTRACE_SUPPORT
40 bool
41 default n
42
43config GENERIC_CALIBRATE_DELAY
44 bool
45 default y
46
47config GENERIC_BUG
48 bool
49 default y
50 depends on BUG
51
61bee204
AV
52config HZ
53 int
54 default 100
55
56config SUBARCH
57 string
58 option env="SUBARCH"