diff options
-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 |