diff options
author | 2018-01-06 11:48:06 +0000 | |
---|---|---|
committer | 2018-01-06 11:48:06 +0000 | |
commit | 8cf332df618408bd508b61136317e40e8eafcb1b (patch) | |
tree | 927b439b50fc8bbc5d2d4ff4634cb1330a195b7a | |
parent | Set the proper bus clock rate based on the "clock-frequency" property and (diff) | |
download | wireguard-openbsd-8cf332df618408bd508b61136317e40e8eafcb1b.tar.xz wireguard-openbsd-8cf332df618408bd508b61136317e40e8eafcb1b.zip |
Enable sxitemp(4).
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index eed0bb730b0..8f640d25844 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.104 2017/12/29 11:26:44 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.105 2018/01/06 11:48:06 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -106,6 +106,7 @@ ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 #ohci* at sunxi? #usb* at ohci? +sxitemp* at fdt? # Temperature sensor sxitwi* at fdt? # Two-Wire Serial Interface iic* at sxitwi? # I2C bus |