diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-31 13:54:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2017-12-31 13:54:49 +0000 |
commit | 9682cd71e40c30f22f1ffdb2eac25a1e1ecc72d8 (patch) | |
tree | 3cc7dd95394de5fa26d066f5dd32fa189904d83d /sys/arch/arm64 | |
parent | 79e73cea79408781eeeb1efa8516cbb7cbafdaa8 (diff) |
Enable sxitemp(4).
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 80ab1dff6ce..df047a4205b 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2017/12/31 11:14:31 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.46 2017/12/31 13:54:48 kettenis Exp $ # # GENERIC machine description file # @@ -109,6 +109,7 @@ sxirsb* at fdt? early 1 # Reduced Serial Bus sxirtc* at fdt? # Real Time Clock sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus +sxitemp* at fdt? # Temperature sensor sxitwi* at fdt? # I2C controller iic* at sxitwi? # I2C bus sypwr* at iic? # Silergy SY8106A |