From c40ae21a2164a7232d00d64e1aceb5b577f0f8a5 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 6 Jan 2018 13:05:20 +0000 Subject: [PATCH] Enable sxits(4). --- sys/arch/armv7/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 8f640d25844..052f73bf71f 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.105 2018/01/06 11:48:06 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.106 2018/01/06 13:05:20 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -107,6 +107,7 @@ usb* at ehci? #flags 0x1 #ohci* at sunxi? #usb* at ohci? sxitemp* at fdt? # Temperature sensor +sxits* at fdt? # Touchpad controller sxitwi* at fdt? # Two-Wire Serial Interface iic* at sxitwi? # I2C bus -- 2.20.1