Blame view

arch/um/Kconfig.rest 629 Bytes
61bee2044   Al Viro   x86, um: get rid ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  source "init/Kconfig"
  
  source "kernel/Kconfig.freezer"
  
  source "drivers/block/Kconfig"
  
  source "arch/um/Kconfig.char"
  
  source "drivers/base/Kconfig"
  
  source "net/Kconfig"
  
  source "arch/um/Kconfig.net"
  
  source "drivers/net/Kconfig"
  
  source "drivers/connector/Kconfig"
  
  source "fs/Kconfig"
  
  source "security/Kconfig"
  
  source "crypto/Kconfig"
  
  source "lib/Kconfig"
  
  source "drivers/scsi/Kconfig"
  
  source "drivers/md/Kconfig"
  
  if BROKEN
  	source "drivers/mtd/Kconfig"
  endif
  
  source "drivers/leds/Kconfig"
  
  #This is just to shut up some Kconfig warnings, so no prompt.
  config INPUT
2d7197f41   WANG Cong   uml: kill a kconf...
39
  	tristate
61bee2044   Al Viro   x86, um: get rid ...
40
41
42
  	default n
  
  source "arch/um/Kconfig.debug"