From patchwork Fri Oct 24 14:31:58 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Boyer X-Patchwork-Id: 5678 X-Patchwork-Delegate: jwboyer@gmail.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 98F43DDF2C for ; Sat, 25 Oct 2008 01:34:24 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by ozlabs.org (Postfix) with ESMTP id 05F3BDDD0C for ; Sat, 25 Oct 2008 01:33:38 +1100 (EST) Received: by yx-out-2324.google.com with SMTP id 8so291750yxg.39 for ; Fri, 24 Oct 2008 07:33:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent :sender; bh=LxgTqokHFJQTqDncju4rWKabqFtlLXYGJAXS5b18iA0=; b=Ata4gu1oaBpWQGjCxhKQMFfxqjR90Zk1QPt6T/rs9evxF8XcJBRseftYtt6Fz7yDYE j45w0Pn3T5dYLePF2Apnb3e8ZWSFO+ZpjzJAExL/D8qDYcG1tjJV5g0HP4HNSjsj4waX osmE4BmvaJ2hAVg+AARx6N9meTyU7LjUSca2M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent:sender; b=Bhns1gz0mgG44pD9zFdCa1FiIdN2eZxzrwTuLGjT+XM6MaCQ8E67syApUDJgsNZ1fM o76b0gyC0+LTF0oFGiozf9DHU1ckq6MoymQEuOK+Iing0dxhz0kPp1ECzn/jdmjaQ4Jp UReOW1lAxLQxLkgp14gKgx0FPvHO6lUUonNMI= Received: by 10.151.50.11 with SMTP id c11mr5941196ybk.213.1224858817197; Fri, 24 Oct 2008 07:33:37 -0700 (PDT) Received: from yoda.jdub.homelinux.org (24-247-237-59.dhcp.aldl.mi.charter.com [24.247.237.59]) by mx.google.com with ESMTPS id m30sm180179elf.15.2008.10.24.07.33.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Oct 2008 07:33:36 -0700 (PDT) Date: Fri, 24 Oct 2008 10:31:58 -0400 From: Josh Boyer To: linuxppc-dev@ozlabs.org Subject: [PATCH] powerpc/40x: Don't enable HCU4 board by default Message-ID: <20081024143158.GA13766@yoda.jdub.homelinux.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Fix the HCU4 Kconfig option to 'default n'. We don't want the board to always be enabled for other board defconfigs. Signed-off-by: Josh Boyer diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 6573027..14e027f 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -35,7 +35,7 @@ config EP405 config HCU4 bool "Hcu4" depends on 40x - default y + default n select 405GPR help This option enables support for the Nestal Maschinen HCU4 board.