Kconfig 730 字节
Newer Older
1 2 3
config DTC
	bool

4 5 6
config OF
	bool

7 8 9
menu "Flattened Device Tree and Open Firmware support"
	depends on OF

10 11
config OF_FLATTREE
	bool
12
	select DTC
13

14 15
config OF_DYNAMIC
	def_bool y
16
	depends on PPC_OF
17

G
Grant Likely 已提交
18 19
config OF_ADDRESS
	def_bool y
20
	depends on !SPARC
G
Grant Likely 已提交
21

22 23
config OF_IRQ
	def_bool y
24
	depends on !SPARC
25

26 27
config OF_DEVICE
	def_bool y
28 29 30

config OF_GPIO
	def_bool y
31
	depends on GPIOLIB && !SPARC
32 33
	help
	  OpenFirmware GPIO accessors
34 35

config OF_I2C
36
	def_tristate I2C
37
	depends on I2C && !SPARC
38 39
	help
	  OpenFirmware I2C accessors
40 41 42

config OF_SPI
	def_tristate SPI
43
	depends on SPI && !SPARC
44 45
	help
	  OpenFirmware SPI accessors
46 47 48

config OF_MDIO
	def_tristate PHYLIB
49
	depends on PHYLIB
50 51
	help
	  OpenFirmware MDIO bus (Ethernet PHY) accessors
52 53

endmenu # OF