diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-07 23:10:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-07 23:10:51 +0000 |
commit | ee1db8fcf5c590ef3986aafc1175c8f59d65d630 (patch) | |
tree | d853c0c7a292b999c6b07a6f488972cca4576b9a /sys/arch | |
parent | 10eb8d43895504cd22def3c6f7ec6598f8c467b2 (diff) |
Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View
SoC.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index cfc249940cd..c771217f93e 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.417 2016/04/24 17:30:31 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.418 2016/05/07 23:10:50 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -62,6 +62,7 @@ acpivout* at acpivideo? acpipwrres* at acpi? aibs* at acpi? bytgpio* at acpi? +chvgpio* at acpi? sdhc* at acpi? mpbios0 at bios0 |