diff options
author | 2017-12-31 13:54:48 +0000 | |
---|---|---|
committer | 2017-12-31 13:54:48 +0000 | |
commit | ca973025e0c00a28ebae915808fa7047fa22d95d (patch) | |
tree | 89e59a199910d357a7abee06e7a081ed9e0fd953 | |
parent | Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC. (diff) | |
download | wireguard-openbsd-ca973025e0c00a28ebae915808fa7047fa22d95d.tar.xz wireguard-openbsd-ca973025e0c00a28ebae915808fa7047fa22d95d.zip |
Enable sxitemp(4).
-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 |