]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/of/Kconfig
xps: Transmit Packet Steering
[net-next-2.6.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
GL
51
52config OF_SPI
53 def_tristate SPI
5ab5fc7e 54 depends on SPI && !SPARC
284b0189
GL
55 help
56 OpenFirmware SPI accessors
8bc487d1
GL
57
58config OF_MDIO
59 def_tristate PHYLIB
5ab5fc7e 60 depends on PHYLIB
8bc487d1
GL
61 help
62 OpenFirmware MDIO bus (Ethernet PHY) accessors
5ab5fc7e
GL
63
64endmenu # OF