Kconfig 747 字节
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

G
Grant Likely 已提交
9 10 11 12
config OF_ADDRESS
	def_bool y
	depends on OF && !SPARC

13 14 15 16
config OF_IRQ
	def_bool y
	depends on OF && !SPARC

17 18
config OF_DEVICE
	def_bool y
19
	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
20 21 22

config OF_GPIO
	def_bool y
23
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
24 25
	help
	  OpenFirmware GPIO accessors
26 27

config OF_I2C
28
	def_tristate I2C
29
	depends on (PPC_OF || MICROBLAZE) && I2C
30 31
	help
	  OpenFirmware I2C accessors
32 33 34

config OF_SPI
	def_tristate SPI
35
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
36 37
	help
	  OpenFirmware SPI accessors
38 39 40 41 42 43

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