Kconfig 583 字节
Newer Older
1 2 3 4
config OF_FLATTREE
	bool
	depends on OF

5 6
config OF_DEVICE
	def_bool y
7
	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
8 9 10

config OF_GPIO
	def_bool y
11
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
12 13
	help
	  OpenFirmware GPIO accessors
14 15

config OF_I2C
16
	def_tristate I2C
17
	depends on (PPC_OF || MICROBLAZE) && I2C
18 19
	help
	  OpenFirmware I2C accessors
20 21 22

config OF_SPI
	def_tristate SPI
23
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
24 25
	help
	  OpenFirmware SPI accessors
26 27 28 29 30 31

config OF_MDIO
	def_tristate PHYLIB
	depends on OF && PHYLIB
	help
	  OpenFirmware MDIO bus (Ethernet PHY) accessors