diff options
| author | brad <brad@NetBSD.org> | 2022-12-03 01:04:42 +0000 |
|---|---|---|
| committer | brad <brad@NetBSD.org> | 2022-12-03 01:04:42 +0000 |
| commit | 02b8954fe89d72e580aac9928e8f0dd91cabaedc (patch) | |
| tree | 3d66e5b9ef8e2812eb0fd4eb5c10499ac92a1975 /sys/conf | |
| parent | a76f61463de79fb55af1db5ff83b1f68aeca0073 (diff) | |
Split the BMP280 / BME280 driver into common code and create I2C and
SPI attachments.
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 136de51c53c..7e035fcdc14 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $NetBSD: files,v 1.1303 2022/11/05 17:31:38 jmcneill Exp $ +# $NetBSD: files,v 1.1304 2022/12/03 01:04:42 brad Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 version 20171118 @@ -437,6 +437,10 @@ file dev/ic/ssdfb.c ssdfb device scmd file dev/ic/scmd.c scmd +# Bosch BMP280 / BME280 sensor (attaches via I2C or SPI) +device bmx280thp +file dev/ic/bmx280.c bmx280thp + # Generic HID support (used by USB, bluetooth and i2c) include "dev/hid/files.hid" |
