diff options
author | 2017-03-12 12:32:04 +0000 | |
---|---|---|
committer | 2017-03-12 12:32:04 +0000 | |
commit | 2910cd466a6e5d266116a44ef21cd2194e58f3b7 (patch) | |
tree | 0c79afe7cb77658282b881a2b462329d0d68cd38 /sys | |
parent | Add code to initialize the USB 3 PHY on Exynos 5. (diff) | |
download | wireguard-openbsd-2910cd466a6e5d266116a44ef21cd2194e58f3b7.tar.xz wireguard-openbsd-2910cd466a6e5d266116a44ef21cd2194e58f3b7.zip |
Enable exdwusb(4) and xhci(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 917dd8efb90..9b20b34ef8d 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.78 2017/03/11 00:13:48 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.79 2017/03/12 12:32:04 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -125,6 +125,9 @@ exiic* at fdt? iic* at exiic? exehci* at fdt? usb* at exehci? +exdwusb* at fdt? +xhci* at fdt? +usb* at xhci? exesdhc* at fdt? sdmmc* at exesdhc? exrtc* at fdt? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 26b2ad722d3..46ed77ddcef 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.73 2017/03/11 00:13:48 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.74 2017/03/12 12:32:04 kettenis Exp $ machine armv7 arm @@ -121,6 +121,9 @@ exiic* at fdt? iic* at exiic? exehci* at fdt? usb* at exehci? +exdwusb* at fdt? +xhci* at fdt? +usb* at xhci? exesdhc* at fdt? sdmmc* at exesdhc? exrtc* at fdt? |