2010-07-05 20:02:13 +02:00
|
|
|
config DTC
|
|
|
|
bool
|
|
|
|
|
2010-06-29 04:45:51 +02:00
|
|
|
config OF
|
|
|
|
bool
|
|
|
|
|
2010-07-05 20:02:13 +02:00
|
|
|
menu "Flattened Device Tree and Open Firmware support"
|
|
|
|
depends on OF
|
|
|
|
|
2010-06-29 04:00:48 +02:00
|
|
|
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.
|
|
|
|
|
2009-11-23 22:53:09 +01:00
|
|
|
config OF_FLATTREE
|
|
|
|
bool
|
2010-07-05 20:02:13 +02:00
|
|
|
select DTC
|
2009-11-23 22:53:09 +01:00
|
|
|
|
2010-01-29 13:04:33 +01:00
|
|
|
config OF_DYNAMIC
|
|
|
|
def_bool y
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on PPC_OF
|
2010-01-29 13:04:33 +01:00
|
|
|
|
2010-06-08 15:48:09 +02:00
|
|
|
config OF_ADDRESS
|
|
|
|
def_bool y
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on !SPARC
|
2010-06-08 15:48:09 +02:00
|
|
|
|
2010-06-18 19:09:59 +02:00
|
|
|
config OF_IRQ
|
|
|
|
def_bool y
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on !SPARC
|
2010-06-18 19:09:59 +02:00
|
|
|
|
2007-05-01 08:40:36 +02:00
|
|
|
config OF_DEVICE
|
|
|
|
def_bool y
|
2008-04-11 15:06:45 +02:00
|
|
|
|
|
|
|
config OF_GPIO
|
|
|
|
def_bool y
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on GPIOLIB && !SPARC
|
2008-04-11 15:06:45 +02:00
|
|
|
help
|
|
|
|
OpenFirmware GPIO accessors
|
2008-04-11 21:22:35 +02:00
|
|
|
|
|
|
|
config OF_I2C
|
2008-04-18 16:23:03 +02:00
|
|
|
def_tristate I2C
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on I2C && !SPARC
|
2008-04-11 21:22:35 +02:00
|
|
|
help
|
|
|
|
OpenFirmware I2C accessors
|
2008-05-16 19:37:09 +02:00
|
|
|
|
|
|
|
config OF_SPI
|
|
|
|
def_tristate SPI
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on SPI && !SPARC
|
2008-05-16 19:37:09 +02:00
|
|
|
help
|
|
|
|
OpenFirmware SPI accessors
|
2009-04-25 14:52:56 +02:00
|
|
|
|
|
|
|
config OF_MDIO
|
|
|
|
def_tristate PHYLIB
|
2010-07-05 20:02:13 +02:00
|
|
|
depends on PHYLIB
|
2009-04-25 14:52:56 +02:00
|
|
|
help
|
|
|
|
OpenFirmware MDIO bus (Ethernet PHY) accessors
|
2010-07-05 20:02:13 +02:00
|
|
|
|
|
|
|
endmenu # OF
|