diff options
author | 2018-04-24 11:23:27 +0000 | |
---|---|---|
committer | 2018-04-24 11:23:27 +0000 | |
commit | bdfb2834479ec78d87cfc900716b36dcaa901445 (patch) | |
tree | 342282970ad59209059888c9cfffe9180c2d1f53 | |
parent | Run duplicate address detection again if an existing address gets (diff) | |
download | wireguard-openbsd-bdfb2834479ec78d87cfc900716b36dcaa901445.tar.xz wireguard-openbsd-bdfb2834479ec78d87cfc900716b36dcaa901445.zip |
Enable gpioiic(4) and gpioow(4). From Artturi Alm.
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 69fb7e0e4a8..eb3ff619fcf 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.67 2018/04/20 04:38:47 dlg Exp $ +# $OpenBSD: GENERIC,v 1.68 2018/04/24 11:23:27 kettenis Exp $ # # GENERIC machine description file # @@ -298,6 +298,12 @@ uk* at scsibus? islrtc* at iic? # ISL1208 RTC rkpmic* at iic? # RK808 PMIC +# GPIO "pin bus" drivers +gpioiic* at gpio? # I2C bus bit-banging +iic* at gpioiic? +gpioow* at gpio? # 1-Wire bus bit-banging +onewire* at gpioow? + # 1-Wire devices option ONEWIREVERBOSE owid* at onewire? # ID |