Newer
Older
barebox / drivers / of / Kconfig
@Sascha Hauer Sascha Hauer on 6 Mar 2013 118 bytes of: make OFDEVICE a user selectable option
config OFTREE
	select FDT
	bool

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