Blame view

arch/um/Kconfig.common 797 Bytes
61bee2044   Al Viro   x86, um: get rid ...
1
2
3
4
  config DEFCONFIG_LIST
  	string
  	option defconfig_list
  	default "arch/$ARCH/defconfig"
61bee2044   Al Viro   x86, um: get rid ...
5
6
7
  config UML
  	bool
  	default y
dfff95c39   Thomas Gleixner   um: Use generic i...
8
  	select HAVE_GENERIC_HARDIRQS
df31a0a06   Thomas Gleixner   um: Use generic s...
9
  	select GENERIC_IRQ_SHOW
9f13a1fd4   Ben Hutchings   cpu: Register a g...
10
  	select GENERIC_CPU_DEVICES
61bee2044   Al Viro   x86, um: get rid ...
11
12
13
14
15
16
17
  
  config MMU
  	bool
  	default y
  
  config NO_IOMEM
  	def_bool y
61bee2044   Al Viro   x86, um: get rid ...
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
  config ISA
  	bool
  
  config SBUS
  	bool
  
  config PCI
  	bool
  
  config PCMCIA
  	bool
  
  # Yet to do!
  config TRACE_IRQFLAGS_SUPPORT
  	bool
  	default n
  
  config LOCKDEP_SUPPORT
  	bool
  	default y
  
  config STACKTRACE_SUPPORT
  	bool
  	default n
  
  config GENERIC_CALIBRATE_DELAY
  	bool
  	default y
  
  config GENERIC_BUG
  	bool
  	default y
  	depends on BUG
61bee2044   Al Viro   x86, um: get rid ...
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  config GENERIC_CLOCKEVENTS
  	bool
  	default y
  
  # Used in kernel/irq/manage.c and include/linux/irq.h
  config IRQ_RELEASE_METHOD
  	bool
  	default y
  
  config HZ
  	int
  	default 100
  
  config SUBARCH
  	string
  	option env="SUBARCH"