Merge tag 'stable/for-linus-3.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[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
e6a6928c 23 select LIBFDT
e169cfbe 24
e6ce1324
SN
25config OF_EARLY_FLATTREE
26 bool
27 select OF_FLATTREE
28
3cfc535c
AS
29config OF_PROMTREE
30 bool
31
0f22dd39
GL
32# Hardly any platforms need this. It is safe to select, but only do so if you
33# need it.
fcdeb7fe 34config OF_DYNAMIC
0f22dd39 35 bool
fcdeb7fe 36
6b884a8d
GL
37config OF_ADDRESS
38 def_bool y
5ab5fc7e 39 depends on !SPARC
25a31579
GC
40 select OF_ADDRESS_PCI if PCI
41
42config OF_ADDRESS_PCI
43 bool
6b884a8d 44
e3873444
GL
45config OF_IRQ
46 def_bool y
5ab5fc7e 47 depends on !SPARC
e3873444 48
4b6ba8aa
DD
49config OF_NET
50 depends on NETDEVICES
51 def_bool y
52
8bc487d1
GL
53config OF_MDIO
54 def_tristate PHYLIB
5ab5fc7e 55 depends on PHYLIB
8bc487d1
GL
56 help
57 OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e 58
04bea68b
SAS
59config OF_PCI
60 def_tristate PCI
98d9f30c 61 depends on PCI
04bea68b
SAS
62 help
63 OpenFirmware PCI bus accessors
64
98d9f30c
BH
65config OF_PCI_IRQ
66 def_tristate PCI
67 depends on OF_PCI && OF_IRQ
68 help
69 OpenFirmware PCI IRQ routing helpers
70
770d7c39
JCPV
71config OF_MTD
72 depends on MTD
73 def_bool y
74
3f0c8206
MS
75config OF_RESERVED_MEM
76 depends on OF_EARLY_FLATTREE
77 bool
78 help
79 Helpers to allow for reservation of memory regions
80
5ab5fc7e 81endmenu # OF
This page took 0.32894 seconds and 5 git commands to generate.