Kconfig 639 字节
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
config OF_DEVICE
	def_bool y
11
	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
12 13 14

config OF_GPIO
	def_bool y
15
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
16 17
	help
	  OpenFirmware GPIO accessors
18 19

config OF_I2C
20
	def_tristate I2C
21
	depends on (PPC_OF || MICROBLAZE) && I2C
22 23
	help
	  OpenFirmware I2C accessors
24 25 26

config OF_SPI
	def_tristate SPI
27
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
28 29
	help
	  OpenFirmware SPI accessors
30 31 32 33 34 35

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