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

config OF_GPIO
	def_bool y
	depends on OF && PPC_OF && HAVE_GPIO_LIB
	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