diff options
author | 2017-12-31 11:14:31 +0000 | |
---|---|---|
committer | 2017-12-31 11:14:31 +0000 | |
commit | 0652016dc809cc1f55113d4ccda8030ddfc0e4ee (patch) | |
tree | 1cde28a16e61b743b9a27852d72e292d7f0b0d14 | |
parent | Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boards (diff) | |
download | wireguard-openbsd-0652016dc809cc1f55113d4ccda8030ddfc0e4ee.tar.xz wireguard-openbsd-0652016dc809cc1f55113d4ccda8030ddfc0e4ee.zip |
Enable sypwr(4).
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index b46a2d43e01..80ab1dff6ce 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.44 2017/12/17 12:57:32 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.45 2017/12/31 11:14:31 kettenis Exp $ # # GENERIC machine description file # @@ -111,6 +111,7 @@ sximmc* at fdt? # SD/MMC card controller sdmmc* at sximmc? # SD/MMC bus sxitwi* at fdt? # I2C controller iic* at sxitwi? # I2C bus +sypwr* at iic? # Silergy SY8106A dwxe* at fdt? # PCI |