From patchwork Wed Sep 18 13:08:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2906711 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2CB90BFF05 for ; Wed, 18 Sep 2013 13:09:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 80A6320381 for ; Wed, 18 Sep 2013 13:09:31 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 476FF2012D for ; Wed, 18 Sep 2013 13:09:30 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMHVW-0000m6-4W; Wed, 18 Sep 2013 13:09:26 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMHVU-0001pE-0R; Wed, 18 Sep 2013 13:09:24 +0000 Received: from mail-lb0-f180.google.com ([209.85.217.180]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VMHVR-0001om-AB for linux-arm-kernel@lists.infradead.org; Wed, 18 Sep 2013 13:09:21 +0000 Received: by mail-lb0-f180.google.com with SMTP id q8so6413440lbi.25 for ; Wed, 18 Sep 2013 06:08:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=NJhXkZ9VvNm2KcTej+8H2FCp4JJ3omJHjG7W1Uu3O+4=; b=O7RJngEnPPUUxQkVHVHukq1rS3HQBG/7muNhdT0HaErnKOSx4Kt37qCAmk5g6pDdN3 uEmmXkapydDVJwbjdKYZx9FqPBu0vKbRI2CxeusFSeVQObqt9DzndkOBbP+Qjl90t4Ko JcT+ChMkxz50Qwjlgvu6vydv5VmNqTD6uugmVt/S4Xx485ikEulmshgIe+jBffFcxRYT r8aBmCePXRP2/qAigK4eztH7ALSgQ2YW4lLrswV+vewCG7TK25tT0s82VrXMT5axKtSL K/8EnUI2TI0XHFj7gxbjnib8FgxhDR6SR5oiIQKyRYFY/V+UkfqkI54geLKr8EOZMFol BnfQ== X-Gm-Message-State: ALoCoQlWBP4B1/kRs+vhOnJm8yaExmvP1/eL4QudpFiHQjU5U63aUvVGY1je+iG+kwQBY47oi0uC X-Received: by 10.112.55.173 with SMTP id t13mr1464826lbp.39.1379509738484; Wed, 18 Sep 2013 06:08:58 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id js17sm939257lab.5.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 18 Sep 2013 06:08:57 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: u300: hide submenus Date: Wed, 18 Sep 2013 15:08:52 +0200 Message-Id: <1379509732-25228-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130918_090921_515755_14C7DAB9 X-CRM114-Status: GOOD ( 10.02 ) X-Spam-Score: -2.6 (--) Cc: Linus Walleij , arm@kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Right now the U300 submenus are showcased for everyone even if we're not on v5 multiplatforms. Hide this in the multiplatform configuration properly. Cc: arm@kernel.org Signed-off-by: Linus Walleij --- ARM SoC folks: I don't know if you feel this is a fix or not, feel free to apply it on your fixes if you like, else I'll carry it for a U300 pull request later. --- arch/arm/mach-u300/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-u300/Kconfig b/arch/arm/mach-u300/Kconfig index a85adcd..a165986 100644 --- a/arch/arm/mach-u300/Kconfig +++ b/arch/arm/mach-u300/Kconfig @@ -1,7 +1,3 @@ -menu "ST-Ericsson AB U300/U335 Platform" - -comment "ST-Ericsson Mobile Platform Products" - config ARCH_U300 bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5 depends on MMU @@ -25,7 +21,9 @@ config ARCH_U300 help Support for ST-Ericsson U300 series mobile platforms. -comment "ST-Ericsson U300/U335 Feature Selections" +if ARCH_U300 + +menu "ST-Ericsson AB U300/U335 Platform" config MACH_U300 depends on ARCH_U300 @@ -53,3 +51,5 @@ config MACH_U300_SPIDUMMY SPI framework and ARM PL022 support. endmenu + +endif