diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-20 19:44:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-08-20 19:44:03 +0000 |
commit | ae0e1615641fad29f95b31fb4768f1f97025c370 (patch) | |
tree | 129868b89b7cc394bb76a6c8f4b2391df4af69f8 /sys/arch/armv7/conf/GENERIC | |
parent | abb725bc035c421c7bfcbd00d031ef5a9fb18167 (diff) |
Enable sximmc(4).
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 905846cba49..cccaaea52e2 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2016/08/20 15:44:04 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.51 2016/08/20 19:44:02 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -96,6 +96,8 @@ sxirtc* at fdt? # Real Time Clock sxie* at fdt? dwge* at fdt? sxiahci* at fdt? # AHCI/SATA +sximmc* at fdt? # SD/MMC card controller +sdmmc* at sximmc? # SD/MMC bus ehci* at fdt? # EHCI (shim) usb* at ehci? #flags 0x1 #ohci* at sunxi? |