xref: /freebsd/sys/modules/i2c/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1c28ccaf0SIan LeporeSUBDIR = \
25177d294SIan Lepore	ads111x \
3c28ccaf0SIan Lepore	controllers \
4c28ccaf0SIan Lepore	cyapa \
555b0d8a0SIan Lepore	ds1307 \
6bb2e8108SIan Lepore	ds13rtc \
7b138780bSIan Lepore	ds1672 \
855b0d8a0SIan Lepore	ds3231 \
92c98edd6SAndriy Gapon	htu21 \
10d18915faSIan Lepore	icee \
11c28ccaf0SIan Lepore	if_ic \
12c28ccaf0SIan Lepore	iic \
13c28ccaf0SIan Lepore	iicbb \
14c28ccaf0SIan Lepore	iicbus \
15c28ccaf0SIan Lepore	iicsmb \
16c28ccaf0SIan Lepore	isl \
1794759a24SIan Lepore	isl12xx \
18dcd935dfSRavi Pokala	jedec_dimm \
19ff6fe298SAndriy Gapon	max44009 \
20422d05daSIan Lepore	mux \
2155b0d8a0SIan Lepore	nxprtc \
226354154eSAndriy Gapon	pcf8574 \
23a60b3046SAndriy Gapon	pcf8591 \
245a45ce2fSIan Lepore	rtc8583 \
25098f6cb6SIan Lepore	s35390a \
26c28ccaf0SIan Lepore	smb \
27c28ccaf0SIan Lepore	smbus \
28c17d4340SNicolas Souchu
297187ccccSMarcin Wojtas.if !empty(OPT_FDT)
30*03205a8cSEmmanuel VadotSUBDIR += hym8563 \
31*03205a8cSEmmanuel Vadot	  rv3032 \
321d6a6a52SEmmanuel Vadot	  rx8803 \
33b8a083eaSJakub Kołodziej	  tca64xx \
34db0ac6deSCy Schubert	  tmp461
357187ccccSMarcin Wojtas.endif
367187ccccSMarcin Wojtas
37b1f1b07fSVladimir Kondratyev.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
38b1f1b07fSVladimir Kondratyev    ${MACHINE_CPUARCH} == "i386"
39b1f1b07fSVladimir KondratyevSUBDIR += iichid
40b1f1b07fSVladimir Kondratyev.endif
41b1f1b07fSVladimir Kondratyev
42c17d4340SNicolas Souchu.include <bsd.subdir.mk>
43