summaryrefslogtreecommitdiffstats
path: root/drivers/of/Kconfig
blob: 56762e4f634834c87c57d9941384ac21a2f582da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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