diff options
Diffstat (limited to 'sys/arch/armv7/conf/GENERIC')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index b6600cf9827..cb1e5b7c091 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.24 2016/06/26 05:16:33 jsg Exp $ +# $OpenBSD: GENERIC,v 1.25 2016/06/26 07:25:05 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -67,8 +67,8 @@ sitaracm* at omap? # sitara control module omdog* at fdt? # watchdog timer omgpio* at omap? # user-visible GPIO pins? gpio* at omgpio? -#tiiic* at omap? -#iic* at tiiic? +tiiic* at fdt? +iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers omusbtll* at omap? |