Blame view

drivers/of/Kconfig 1.58 KB
5ab5fc7e3   Grant Likely   of: Put all CONFI...
1
2
  config DTC
  	bool
bcbefae2b   Stephen Rothwell   of: define CONFIG...
3
4
  config OF
  	bool
3cfc535c5   Andres Salomon   of/promtree: make...
5
  menu "Device Tree and Open Firmware support"
5ab5fc7e3   Grant Likely   of: Put all CONFI...
6
  	depends on OF
ef2a4524d   Andres Salomon   proc: unify PROC_...
7
8
9
10
11
12
13
  config PROC_DEVICETREE
  	bool "Support for device tree in /proc"
  	depends on PROC_FS && !SPARC
  	help
  	  This option adds a device-tree directory under /proc which contains
  	  an image of the device tree that the kernel copies from Open
  	  Firmware or other boot firmware. If unsure, say Y here.
53a42093d   Grant Likely   of: Add device tr...
14
15
16
17
18
19
20
21
  config OF_SELFTEST
  	bool "Device Tree Runtime self tests"
  	help
  	  This option builds in test cases for the device tree infrastructure
  	  that are executed one at boot time, and the results dumped to the
  	  console.
  
  	  If unsure, say N here, but this option is safe to enable.
e169cfbef   Grant Likely   of/flattree: merg...
22
23
  config OF_FLATTREE
  	bool
5ab5fc7e3   Grant Likely   of: Put all CONFI...
24
  	select DTC
e169cfbef   Grant Likely   of/flattree: merg...
25

e6ce1324e   Stephen Neuendorffer   of/flattree: Add ...
26
27
28
  config OF_EARLY_FLATTREE
  	bool
  	select OF_FLATTREE
3cfc535c5   Andres Salomon   of/promtree: make...
29
30
  config OF_PROMTREE
  	bool
fcdeb7fed   Grant Likely   of: merge of_atta...
31
32
  config OF_DYNAMIC
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
33
  	depends on PPC_OF
fcdeb7fed   Grant Likely   of: merge of_atta...
34

6b884a8d5   Grant Likely   of/address: merge...
35
36
  config OF_ADDRESS
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
37
  	depends on !SPARC
6b884a8d5   Grant Likely   of/address: merge...
38

e38734449   Grant Likely   of/irq: Move irq_...
39
40
  config OF_IRQ
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
41
  	depends on !SPARC
e38734449   Grant Likely   of/irq: Move irq_...
42

f85ff3056   Stephen Rothwell   Begin to consolid...
43
44
  config OF_DEVICE
  	def_bool y
863fbf496   Anton Vorontsov   [POWERPC] OF help...
45
46
47
  
  config OF_GPIO
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
48
  	depends on GPIOLIB && !SPARC
863fbf496   Anton Vorontsov   [POWERPC] OF help...
49
50
  	help
  	  OpenFirmware GPIO accessors
612212a3f   Jochen Friedrich   [POWERPC] i2c: OF...
51
52
  
  config OF_I2C
585468e5d   Jochen Friedrich   [POWERPC] i2c: Fi...
53
  	def_tristate I2C
5ab5fc7e3   Grant Likely   of: Put all CONFI...
54
  	depends on I2C && !SPARC
612212a3f   Jochen Friedrich   [POWERPC] i2c: OF...
55
56
  	help
  	  OpenFirmware I2C accessors
284b01897   Grant Likely   spi: Add OF bindi...
57

4b6ba8aac   David Daney   of/net: Move of_g...
58
59
60
  config OF_NET
  	depends on NETDEVICES
  	def_bool y
284b01897   Grant Likely   spi: Add OF bindi...
61
62
  config OF_SPI
  	def_tristate SPI
5ab5fc7e3   Grant Likely   of: Put all CONFI...
63
  	depends on SPI && !SPARC
284b01897   Grant Likely   spi: Add OF bindi...
64
65
  	help
  	  OpenFirmware SPI accessors
8bc487d15   Grant Likely   openfirmware: Add...
66
67
68
  
  config OF_MDIO
  	def_tristate PHYLIB
5ab5fc7e3   Grant Likely   of: Put all CONFI...
69
  	depends on PHYLIB
8bc487d15   Grant Likely   openfirmware: Add...
70
71
  	help
  	  OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e3   Grant Likely   of: Put all CONFI...
72

04bea68b2   Sebastian Andrzej Siewior   of/pci: move of_i...
73
74
  config OF_PCI
  	def_tristate PCI
98d9f30c8   Benjamin Herrenschmidt   pci/of: Match PCI...
75
  	depends on PCI
04bea68b2   Sebastian Andrzej Siewior   of/pci: move of_i...
76
77
  	help
  	  OpenFirmware PCI bus accessors
98d9f30c8   Benjamin Herrenschmidt   pci/of: Match PCI...
78
79
80
81
82
  config OF_PCI_IRQ
  	def_tristate PCI
  	depends on OF_PCI && OF_IRQ
  	help
  	  OpenFirmware PCI IRQ routing helpers
5ab5fc7e3   Grant Likely   of: Put all CONFI...
83
  endmenu # OF