xref: /freebsd-14.2/sys/modules/i2c/Makefile (revision e8d7fd89)
1c17d4340SNicolas Souchu
2c28ccaf0SIan LeporeSUBDIR = \
35177d294SIan Lepore	ads111x \
4c28ccaf0SIan Lepore	controllers \
5c28ccaf0SIan Lepore	cyapa \
655b0d8a0SIan Lepore	ds1307 \
7bb2e8108SIan Lepore	ds13rtc \
8b138780bSIan Lepore	ds1672 \
955b0d8a0SIan Lepore	ds3231 \
102c98edd6SAndriy Gapon	htu21 \
11d18915faSIan Lepore	icee \
12c28ccaf0SIan Lepore	if_ic \
13c28ccaf0SIan Lepore	iic \
14c28ccaf0SIan Lepore	iicbb \
15c28ccaf0SIan Lepore	iicbus \
16c28ccaf0SIan Lepore	iicsmb \
17c28ccaf0SIan Lepore	isl \
1894759a24SIan Lepore	isl12xx \
19dcd935dfSRavi Pokala	jedec_dimm \
20ff6fe298SAndriy Gapon	max44009 \
21422d05daSIan Lepore	mux \
2255b0d8a0SIan Lepore	nxprtc \
236354154eSAndriy Gapon	pcf8574 \
24a60b3046SAndriy Gapon	pcf8591 \
255a45ce2fSIan Lepore	rtc8583 \
26098f6cb6SIan Lepore	s35390a \
27c28ccaf0SIan Lepore	smb \
28c28ccaf0SIan Lepore	smbus \
29c17d4340SNicolas Souchu
307187ccccSMarcin Wojtas.if !empty(OPT_FDT)
31*e8d7fd89SEmmanuel VadotSUBDIR += hym8563 \
32*e8d7fd89SEmmanuel Vadot	  rv3032 \
33b4cd1448SEmmanuel Vadot	  rx8803 \
34b8a083eaSJakub Kołodziej	  tca64xx \
35db0ac6deSCy Schubert	  tmp461
367187ccccSMarcin Wojtas.endif
377187ccccSMarcin Wojtas
38b1f1b07fSVladimir Kondratyev.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
39b1f1b07fSVladimir Kondratyev    ${MACHINE_CPUARCH} == "i386"
40b1f1b07fSVladimir KondratyevSUBDIR += iichid
41b1f1b07fSVladimir Kondratyev.endif
42b1f1b07fSVladimir Kondratyev
43c17d4340SNicolas Souchu.include <bsd.subdir.mk>
44