SPARC: drivers: remove __dev* attributes.
[deliverable/linux.git] / arch / um / Kconfig.common
CommitLineData
61bee204
AV
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "arch/$ARCH/defconfig"
5
61bee204
AV
6config UML
7 bool
8 default y
dfff95c3 9 select HAVE_GENERIC_HARDIRQS
af1839eb 10 select HAVE_UID16
df31a0a0 11 select GENERIC_IRQ_SHOW
9f13a1fd 12 select GENERIC_CPU_DEVICES
194a64c8 13 select GENERIC_IO
875c9d09 14 select GENERIC_CLOCKEVENTS
61bee204
AV
15
16config MMU
17 bool
18 default y
19
20config NO_IOMEM
21 def_bool y
22
61bee204
AV
23config ISA
24 bool
25
26config SBUS
27 bool
28
29config PCI
30 bool
31
32config PCMCIA
33 bool
34
35# Yet to do!
36config TRACE_IRQFLAGS_SUPPORT
37 bool
38 default n
39
40config LOCKDEP_SUPPORT
41 bool
42 default y
43
44config STACKTRACE_SUPPORT
45 bool
46 default n
47
48config GENERIC_CALIBRATE_DELAY
49 bool
50 default y
51
52config GENERIC_BUG
53 bool
54 default y
55 depends on BUG
56
61bee204
AV
57config HZ
58 int
59 default 100
60
61config SUBARCH
62 string
63 option env="SUBARCH"
This page took 0.226801 seconds and 5 git commands to generate.