From owner-svn-src-head@FreeBSD.ORG Wed Jun 26 05:01:50 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ABD482F6; Wed, 26 Jun 2013 05:01:50 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2B01DED; Wed, 26 Jun 2013 05:01:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5Q51o1n092457; Wed, 26 Jun 2013 05:01:50 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5Q51oSP092456; Wed, 26 Jun 2013 05:01:50 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201306260501.r5Q51oSP092456@svn.freebsd.org> From: Adrian Chadd Date: Wed, 26 Jun 2013 05:01:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252240 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 05:01:50 -0000 Author: adrian Date: Wed Jun 26 05:01:50 2013 New Revision: 252240 URL: http://svnweb.freebsd.org/changeset/base/252240 Log: Add in two new configuration options for the current generation SoCs. Modified: head/sys/conf/options Modified: head/sys/conf/options ============================================================================== --- head/sys/conf/options Wed Jun 26 04:58:25 2013 (r252239) +++ head/sys/conf/options Wed Jun 26 05:01:50 2013 (r252240) @@ -785,6 +785,10 @@ AH_SUPPORT_AR5416 opt_ah.h # XXX when actually targetting AR9130. AH_SUPPORT_AR9130 opt_ah.h +# This is required for AR933x SoC support +AH_SUPPORT_AR9330 opt_ah.h +AH_SUPPORT_AR9340 opt_ah.h + AH_DEBUG opt_ah.h AH_ASSERT opt_ah.h AH_DEBUG_ALQ opt_ah.h