diff options
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index b142f4eec10..c11ef0ebf5f 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.53 2016/09/12 08:28:44 mpi Exp $ +# $OpenBSD: GENERIC,v 1.54 2016/09/15 21:55:51 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -63,6 +63,7 @@ omapid* at omap? # OMAP on-chip devices intc* at fdt? # OMAP3 interrupt controller +omwugen* at fdt? # Wake-up generator #edma* at omap? # OMAP3 dma controller prcm* at omap? # power/clock controller sitaracm* at omap? # sitara control module |