Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 authored by Linus Torvalds on 29 September 2008, 22:24:02 UTC
Linux 2.6.27-rc8
Tip revision: 94aca1d
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