diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-01-06 13:05:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-01-06 13:05:21 +0000 |
commit | 0ac137cc35e7ceb503afd0ebc32844ba76214a4b (patch) | |
tree | 34b30fd25c80d593a9357cb85e529186a81f4a1f /sys/arch/armv7 | |
parent | 486cd9e3f0dd22405553fe07895921b0a3830976 (diff) |
Enable sxits(4).
Diffstat (limited to 'sys/arch/armv7')
-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 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 |