powerpc/pcm{030,032}: add pagesize to dts
[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
ef2a4524
AS
10config PROC_DEVICETREE
11 bool "Support for device tree in /proc"
12 depends on PROC_FS && !SPARC
13 help
14 This option adds a device-tree directory under /proc which contains
15 an image of the device tree that the kernel copies from Open
16 Firmware or other boot firmware. If unsure, say Y here.
17
e169cfbe
GL
18config OF_FLATTREE
19 bool
5ab5fc7e 20 select DTC
e169cfbe 21
3cfc535c
AS
22config OF_PROMTREE
23 bool
24
fcdeb7fe
GL
25config OF_DYNAMIC
26 def_bool y
5ab5fc7e 27 depends on PPC_OF
fcdeb7fe 28
6b884a8d
GL
29config OF_ADDRESS
30 def_bool y
5ab5fc7e 31 depends on !SPARC
6b884a8d 32
e3873444
GL
33config OF_IRQ
34 def_bool y
5ab5fc7e 35 depends on !SPARC
e3873444 36
f85ff305
SR
37config OF_DEVICE
38 def_bool y
863fbf49
AV
39
40config OF_GPIO
41 def_bool y
5ab5fc7e 42 depends on GPIOLIB && !SPARC
863fbf49
AV
43 help
44 OpenFirmware GPIO accessors
612212a3
JF
45
46config OF_I2C
585468e5 47 def_tristate I2C
5ab5fc7e 48 depends on I2C && !SPARC
612212a3
JF
49 help
50 OpenFirmware I2C accessors
284b0189 51
4b6ba8aa
DD
52config OF_NET
53 depends on NETDEVICES
54 def_bool y
55
284b0189
GL
56config OF_SPI
57 def_tristate SPI
5ab5fc7e 58 depends on SPI && !SPARC
284b0189
GL
59 help
60 OpenFirmware SPI accessors
8bc487d1
GL
61
62config OF_MDIO
63 def_tristate PHYLIB
5ab5fc7e 64 depends on PHYLIB
8bc487d1
GL
65 help
66 OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e
GL
67
68endmenu # OF
This page took 0.29645 seconds and 5 git commands to generate.