um: Use generic idle loop
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / um / Kconfig.common
1 config DEFCONFIG_LIST
2         string
3         option defconfig_list
4         default "arch/$ARCH/defconfig"
5
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
15         select GENERIC_IDLE_LOOP
16         select TTY # Needed for line.c
17
18 config MMU
19         bool
20         default y
21
22 config NO_IOMEM
23         def_bool y
24
25 config ISA
26         bool
27
28 config SBUS
29         bool
30
31 config PCI
32         bool
33
34 config PCMCIA
35         bool
36
37 # Yet to do!
38 config TRACE_IRQFLAGS_SUPPORT
39         bool
40         default n
41
42 config LOCKDEP_SUPPORT
43         bool
44         default y
45
46 config STACKTRACE_SUPPORT
47         bool
48         default n
49
50 config GENERIC_CALIBRATE_DELAY
51         bool
52         default y
53
54 config GENERIC_BUG
55         bool
56         default y
57         depends on BUG
58
59 config HZ
60         int
61         default 100
62
63 config SUBARCH
64         string
65         option env="SUBARCH"