mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
iicoc: limit fdt attachment to EXT_RESOURCES platforms
The fdt attachment for this heavily relies on extres for clk work. This unbreaks the build for mips XLPN32/XLP, which have pci/fdt but no need for this fdt attachment.
This commit is contained in:
parent
85ccd84cb3
commit
d0554d26d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356303
@ -1797,7 +1797,7 @@ dev/iicbus/iiconf.c optional iicbus
|
||||
dev/iicbus/iicsmb.c optional iicsmb \
|
||||
dependency "iicbus_if.h"
|
||||
dev/iicbus/iicoc.c optional iicoc
|
||||
dev/iicbus/iicoc_fdt.c optional iicoc fdt
|
||||
dev/iicbus/iicoc_fdt.c optional iicoc ext_resources fdt
|
||||
dev/iicbus/iicoc_pci.c optional iicoc pci
|
||||
dev/iicbus/isl12xx.c optional isl12xx
|
||||
dev/iicbus/lm75.c optional lm75
|
||||
|
Loading…
Reference in New Issue
Block a user