opnsense-src/sys/modules/i2c
Warner Losh 4cc76d90ea iicbb: Always build ofw_bus_if.h
Always make ofw_bus_if.h. While it's only used when option FDT is in the
kernel, it can always be generated. In theory we could omit it if option
FDT isn't present, but none of the rest of sys/modules does that. That
fine-grained control likely won't be reliable w/o a redesign of the
kernel/module config system.

Sponsored by:		Netflix
2022-01-02 00:41:28 -07:00
..
ads111x Include ofw_bus_if.h in SRCS only on systems configured with the FDT option. 2019-12-13 23:22:49 +00:00
controllers iicoc: support building as a module 2021-11-01 12:33:39 +08:00
cyapa cyapa(4): Add support for evdev protocol 2020-12-23 11:10:49 +03:00
ds13rtc Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
ds1307 Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
ds1672 Build the ds1672 driver as a module. Add a detach() to unregister the rtc. 2018-03-06 02:30:34 +00:00
ds3231 Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
htu21 htu21: driver for HTU21D I2C temperature and humidity sensor 2021-01-19 15:08:51 +02:00
icee Give icee(4) a detach() method so it can be used as a module. Add a 2017-09-17 22:58:13 +00:00
if_ic sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iic sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
iicbb iicbb: Always build ofw_bus_if.h 2022-01-02 00:41:28 -07:00
iicbus Fix some modules to export more used symbols 2021-11-18 15:56:23 +02:00
iichid modules: iichid: needs opt_acpi.h 2021-09-29 23:10:35 -05:00
iicsmb sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
isl Add opt_platform.h for several modules that have #ifdef FDT in the source. 2018-04-01 18:22:24 +00:00
isl12xx Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
jedec_dimm jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs 2018-02-22 23:18:46 +00:00
max44009 driver for MAX44009 I2C illuminance sensor 2021-11-06 19:19:04 +02:00
mux Fix some modules to export more used symbols 2021-11-18 15:56:23 +02:00
nxprtc Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
pcf8574 pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2C 2021-11-06 19:23:27 +02:00
pcf8591 pcf8591: driver for adc/dac with i2c interface 2021-11-06 19:14:50 +02:00
rtc8583 Build iicbus/rtc8583 as a module. 2018-03-04 21:06:21 +00:00
rx8803 Introduce support for Epson RX-8803 RTC. 2020-05-25 15:40:02 +00:00
s35390a Add a missing header file to SRCS to fix out-of-kernel builds. 2017-09-16 16:09:05 +00:00
smb sys/modules: normalize .CURDIR-relative paths to SRCTOP 2017-03-04 10:10:17 +00:00
smbus Fix some modules to export more used symbols 2021-11-18 15:56:23 +02:00
tca6416 Add TCA6416 GPIO expander support. 2020-05-25 15:31:43 +00:00
tmp461 TMP461: Add thermal sensor driver 2021-12-02 09:18:48 +01:00
Makefile Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816" 2021-12-02 14:45:04 -08:00
Makefile.inc