Blame view

drivers/of/Kconfig 1.31 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.
e169cfbef   Grant Likely   of/flattree: merg...
14
15
  config OF_FLATTREE
  	bool
5ab5fc7e3   Grant Likely   of: Put all CONFI...
16
  	select DTC
e169cfbef   Grant Likely   of/flattree: merg...
17

e6ce1324e   Stephen Neuendorffer   of/flattree: Add ...
18
19
20
  config OF_EARLY_FLATTREE
  	bool
  	select OF_FLATTREE
3cfc535c5   Andres Salomon   of/promtree: make...
21
22
  config OF_PROMTREE
  	bool
fcdeb7fed   Grant Likely   of: merge of_atta...
23
24
  config OF_DYNAMIC
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
25
  	depends on PPC_OF
fcdeb7fed   Grant Likely   of: merge of_atta...
26

6b884a8d5   Grant Likely   of/address: merge...
27
28
  config OF_ADDRESS
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
29
  	depends on !SPARC
6b884a8d5   Grant Likely   of/address: merge...
30

e38734449   Grant Likely   of/irq: Move irq_...
31
32
  config OF_IRQ
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
33
  	depends on !SPARC
e38734449   Grant Likely   of/irq: Move irq_...
34

f85ff3056   Stephen Rothwell   Begin to consolid...
35
36
  config OF_DEVICE
  	def_bool y
863fbf496   Anton Vorontsov   [POWERPC] OF help...
37
38
39
  
  config OF_GPIO
  	def_bool y
5ab5fc7e3   Grant Likely   of: Put all CONFI...
40
  	depends on GPIOLIB && !SPARC
863fbf496   Anton Vorontsov   [POWERPC] OF help...
41
42
  	help
  	  OpenFirmware GPIO accessors
612212a3f   Jochen Friedrich   [POWERPC] i2c: OF...
43
44
  
  config OF_I2C
585468e5d   Jochen Friedrich   [POWERPC] i2c: Fi...
45
  	def_tristate I2C
5ab5fc7e3   Grant Likely   of: Put all CONFI...
46
  	depends on I2C && !SPARC
612212a3f   Jochen Friedrich   [POWERPC] i2c: OF...
47
48
  	help
  	  OpenFirmware I2C accessors
284b01897   Grant Likely   spi: Add OF bindi...
49

4b6ba8aac   David Daney   of/net: Move of_g...
50
51
52
  config OF_NET
  	depends on NETDEVICES
  	def_bool y
284b01897   Grant Likely   spi: Add OF bindi...
53
54
  config OF_SPI
  	def_tristate SPI
5ab5fc7e3   Grant Likely   of: Put all CONFI...
55
  	depends on SPI && !SPARC
284b01897   Grant Likely   spi: Add OF bindi...
56
57
  	help
  	  OpenFirmware SPI accessors
8bc487d15   Grant Likely   openfirmware: Add...
58
59
60
  
  config OF_MDIO
  	def_tristate PHYLIB
5ab5fc7e3   Grant Likely   of: Put all CONFI...
61
  	depends on PHYLIB
8bc487d15   Grant Likely   openfirmware: Add...
62
63
  	help
  	  OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e3   Grant Likely   of: Put all CONFI...
64

04bea68b2   Sebastian Andrzej Siewior   of/pci: move of_i...
65
66
  config OF_PCI
  	def_tristate PCI
98d9f30c8   Benjamin Herrenschmidt   pci/of: Match PCI...
67
  	depends on PCI
04bea68b2   Sebastian Andrzej Siewior   of/pci: move of_i...
68
69
  	help
  	  OpenFirmware PCI bus accessors
98d9f30c8   Benjamin Herrenschmidt   pci/of: Match PCI...
70
71
72
73
74
  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...
75
  endmenu # OF