Newer
Older
barebox / drivers / of / Kconfig
@Antony Pavlov Antony Pavlov on 13 May 2013 260 bytes of: separate out "generic" memory bank adding
config OFTREE
	bool

config OFTREE_MEM_GENERIC
	depends on OFTREE
	depends on PPC || ARM
	def_bool y

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