Kconfig 362 字节
Newer Older
1 2 3
config OF_DEVICE
	def_bool y
	depends on OF && (SPARC || PPC_OF)
4 5 6

config OF_GPIO
	def_bool y
M
Michael Buesch 已提交
7
	depends on OF && PPC_OF && GPIOLIB
8 9
	help
	  OpenFirmware GPIO accessors
10 11

config OF_I2C
12 13
	def_tristate I2C
	depends on PPC_OF && I2C
14 15
	help
	  OpenFirmware I2C accessors
16 17 18 19 20 21

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