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

5 6 7 8
config OF_DYNAMIC
	def_bool y
	depends on OF && PPC_OF

9 10 11 12
config OF_IRQ
	def_bool y
	depends on OF && !SPARC

13 14
config OF_DEVICE
	def_bool y
15
	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
16 17 18

config OF_GPIO
	def_bool y
19
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
20 21
	help
	  OpenFirmware GPIO accessors
22 23

config OF_I2C
24
	def_tristate I2C
25
	depends on (PPC_OF || MICROBLAZE) && I2C
26 27
	help
	  OpenFirmware I2C accessors
28 29 30

config OF_SPI
	def_tristate SPI
31
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
32 33
	help
	  OpenFirmware SPI accessors
34 35 36 37 38 39

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