svn commit: r260092 - head/sys/conf

Warner Losh imp at FreeBSD.org
Mon Dec 30 18:07:51 UTC 2013


Author: imp
Date: Mon Dec 30 18:07:50 2013
New Revision: 260092
URL: http://svnweb.freebsd.org/changeset/base/260092

Log:
  Allow AT91_MCI_ALLOW_OVERCLOCK to be an option in kernel config files.

Modified:
  head/sys/conf/options.arm

Modified: head/sys/conf/options.arm
==============================================================================
--- head/sys/conf/options.arm	Mon Dec 30 17:37:32 2013	(r260091)
+++ head/sys/conf/options.arm	Mon Dec 30 18:07:50 2013	(r260092)
@@ -54,6 +54,7 @@ XSACLE_DISABLE_CCNT	opt_timer.h
 VERBOSE_INIT_ARM	opt_global.h
 VM_MAXUSER_ADDRESS	opt_global.h
 AT91_ATE_USE_RMII	opt_at91.h
+AT91_MCI_ALLOW_OVERCLOCK opt_at91.h
 AT91_MCI_HAS_4WIRE	opt_at91.h
 AT91_MCI_SLOT_B		opt_at91.h
 GFB_DEBUG		opt_gfb.h


More information about the svn-src-head mailing list