Newer
Older
barebox / drivers / of / Kconfig
@Sascha Hauer Sascha Hauer on 4 Apr 2013 179 bytes of/net: Add net related of helpers
config OFTREE
	bool

config DTC
	bool

config OFDEVICE
	select OFTREE
	select DTC
	bool "Enable probing of devices from the devicetree"

config OF_NET
	depends on NET
	def_bool y