svn commit: r213510 - head/sys/conf

Olivier Houchard cognet at FreeBSD.org
Thu Oct 7 09:30:35 UTC 2010


Author: cognet
Date: Thu Oct  7 09:30:35 2010
New Revision: 213510
URL: http://svn.freebsd.org/changeset/base/213510

Log:
  Add options I missed in the additionnal AT91 support commits.
  
  Submitted by:	Greg Ansley

Modified:
  head/sys/conf/options.arm

Modified: head/sys/conf/options.arm
==============================================================================
--- head/sys/conf/options.arm	Thu Oct  7 09:07:48 2010	(r213509)
+++ head/sys/conf/options.arm	Thu Oct  7 09:30:35 2010	(r213510)
@@ -31,8 +31,11 @@ STARTUP_PAGETABLE_ADDR	opt_global.h
 XSCALE_CACHE_READ_WRITE_ALLOCATE	opt_global.h
 XSACLE_DISABLE_CCNT	opt_timer.h
 VERBOSE_INIT_ARM	opt_global.h
+AT91_ATE_USE_RMII	opt_at91.h
 AT91_BWCT		opt_at91.h
 AT91_TSC		opt_at91.h
 AT91_KWIKBYTE		opt_at91.h
+AT91_MCI_HAS_4WIRE	opt_at91.h
+AT91_MCI_SLOT_B		opt_at91.h
 CPU_FA526		opt_global.h
 CPU_FA626TE		opt_global.h


More information about the svn-src-head mailing list