mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
612212a3f2
This implements various helpers to support OF bindings for the i2c API. Signed-off-by: Jochen Friedrich <jochen@scram.de> Acked-by: David S. Miller <davem@davemloft.net> Acked-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
15 lines
257 B
Text
15 lines
257 B
Text
config OF_DEVICE
|
|
def_bool y
|
|
depends on OF && (SPARC || PPC_OF)
|
|
|
|
config OF_GPIO
|
|
def_bool y
|
|
depends on OF && PPC_OF && HAVE_GPIO_LIB
|
|
help
|
|
OpenFirmware GPIO accessors
|
|
|
|
config OF_I2C
|
|
def_bool y
|
|
depends on OF && I2C
|
|
help
|
|
OpenFirmware I2C accessors
|