Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 9bf1a2445f3c569098b8de7097ca324e65abecc2 authored by Linus Torvalds on 15 November 2008, 21:42:56 UTC
Linux 2.6.28-rc5
Tip revision: 9bf1a24
Kconfig
config OF_DEVICE
	def_bool y
	depends on OF && (SPARC || PPC_OF)

config OF_GPIO
	def_bool y
	depends on OF && PPC_OF && GPIOLIB
	help
	  OpenFirmware GPIO accessors

config OF_I2C
	def_tristate I2C
	depends on PPC_OF && I2C
	help
	  OpenFirmware I2C accessors

config OF_SPI
	def_tristate SPI
	depends on OF && PPC_OF && SPI
	help
	  OpenFirmware SPI accessors
back to top