svn commit: r208613 - head/sys/conf

Rafal Jaworowski raj at FreeBSD.org
Fri May 28 10:35:44 UTC 2010


Author: raj
Date: Fri May 28 10:35:44 2010
New Revision: 208613
URL: http://svn.freebsd.org/changeset/base/208613

Log:
  Introduce kernel build options for the Flattened Device Tree support.
  
  Reviewed by:	imp
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Fri May 28 09:30:13 2010	(r208612)
+++ head/sys/conf/options	Fri May 28 10:35:44 2010	(r208613)
@@ -848,3 +848,7 @@ SND_PCM_64		opt_snd.h
 SND_OLDSTEREO		opt_snd.h
 
 X86BIOS
+
+# Flattened device tree options
+FDT		opt_platform.h
+FDT_DTB_STATIC	opt_platform.h


More information about the svn-src-head mailing list