Kconfig 754 字节
Newer Older
1 2 3
config OF
	bool

4 5 6 7
config OF_FLATTREE
	bool
	depends on OF

8 9 10 11
config OF_DYNAMIC
	def_bool y
	depends on OF && PPC_OF

G
Grant Likely 已提交
12 13 14 15
config OF_ADDRESS
	def_bool y
	depends on OF && !SPARC

16 17 18 19
config OF_IRQ
	def_bool y
	depends on OF && !SPARC

20 21
config OF_DEVICE
	def_bool y
22
	depends on OF && (SPARC || PPC_OF || MICROBLAZE)
23 24 25

config OF_GPIO
	def_bool y
26
	depends on OF && (PPC_OF || MICROBLAZE) && GPIOLIB
27 28
	help
	  OpenFirmware GPIO accessors
29 30

config OF_I2C
31
	def_tristate I2C
G
Grant Likely 已提交
32
	depends on OF && !SPARC && I2C
33 34
	help
	  OpenFirmware I2C accessors
35 36 37

config OF_SPI
	def_tristate SPI
38
	depends on OF && (PPC_OF || MICROBLAZE) && SPI
39 40
	help
	  OpenFirmware SPI accessors
41 42 43 44 45 46

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