of/fdt: update of_get_flat_dt_prop in prep for libfdt
[deliverable/linux.git] / drivers / of / Kconfig
CommitLineData
5ab5fc7e
GL
1config DTC
2 bool
3
bcbefae2
SR
4config OF
5 bool
6
3cfc535c 7menu "Device Tree and Open Firmware support"
5ab5fc7e
GL
8 depends on OF
9
53a42093
GL
10config OF_SELFTEST
11 bool "Device Tree Runtime self tests"
f5ae18ec 12 depends on OF_IRQ
53a42093
GL
13 help
14 This option builds in test cases for the device tree infrastructure
5d927086 15 that are executed once at boot time, and the results dumped to the
53a42093
GL
16 console.
17
18 If unsure, say N here, but this option is safe to enable.
19
e169cfbe
GL
20config OF_FLATTREE
21 bool
5ab5fc7e 22 select DTC
e169cfbe 23
e6ce1324
SN
24config OF_EARLY_FLATTREE
25 bool
26 select OF_FLATTREE
27
3cfc535c
AS
28config OF_PROMTREE
29 bool
30
0f22dd39
GL
31# Hardly any platforms need this. It is safe to select, but only do so if you
32# need it.
fcdeb7fe 33config OF_DYNAMIC
0f22dd39 34 bool
fcdeb7fe 35
6b884a8d
GL
36config OF_ADDRESS
37 def_bool y
5ab5fc7e 38 depends on !SPARC
25a31579
GC
39 select OF_ADDRESS_PCI if PCI
40
41config OF_ADDRESS_PCI
42 bool
6b884a8d 43
e3873444
GL
44config OF_IRQ
45 def_bool y
5ab5fc7e 46 depends on !SPARC
e3873444 47
4b6ba8aa
DD
48config OF_NET
49 depends on NETDEVICES
50 def_bool y
51
8bc487d1
GL
52config OF_MDIO
53 def_tristate PHYLIB
5ab5fc7e 54 depends on PHYLIB
8bc487d1
GL
55 help
56 OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e 57
04bea68b
SAS
58config OF_PCI
59 def_tristate PCI
98d9f30c 60 depends on PCI
04bea68b
SAS
61 help
62 OpenFirmware PCI bus accessors
63
98d9f30c
BH
64config OF_PCI_IRQ
65 def_tristate PCI
66 depends on OF_PCI && OF_IRQ
67 help
68 OpenFirmware PCI IRQ routing helpers
69
770d7c39
JCPV
70config OF_MTD
71 depends on MTD
72 def_bool y
73
3f0c8206
MS
74config OF_RESERVED_MEM
75 depends on OF_EARLY_FLATTREE
76 bool
77 help
78 Helpers to allow for reservation of memory regions
79
5ab5fc7e 80endmenu # OF
This page took 0.274738 seconds and 5 git commands to generate.