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

config OF_GPIO
	def_bool y
7
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
8 9
	help
	  OpenFirmware GPIO accessors
10 11

config OF_I2C
12
	def_tristate I2C
13
	depends on (PPC_OF || MICROBLAZE) && I2C
14 15
	help
	  OpenFirmware I2C accessors
16 17 18

config OF_SPI
	def_tristate SPI
19
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
20 21
	help
	  OpenFirmware SPI accessors