Newer
Older
barebox / drivers / of / Kconfig
@Sascha Hauer Sascha Hauer on 12 Mar 2013 136 bytes scripts: Add dtc
config OFTREE
	bool

config DTC
	bool

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