From patchwork Fri Aug 14 13:51:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Hecht X-Patchwork-Id: 7015111 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 288189F373 for ; Fri, 14 Aug 2015 13:51:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 559BB207E5 for ; Fri, 14 Aug 2015 13:51:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5EE7A207EA for ; Fri, 14 Aug 2015 13:51:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755032AbbHNNv1 (ORCPT ); Fri, 14 Aug 2015 09:51:27 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:38002 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754683AbbHNNv1 (ORCPT ); Fri, 14 Aug 2015 09:51:27 -0400 Received: by wicja10 with SMTP id ja10so21417673wic.1 for ; Fri, 14 Aug 2015 06:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=X3KSMF+/soxxFcZJFrr2mDa1MWPlC1t2VAw0Qzp5f0M=; b=NkR1wr0CFL6Fi1VB1yYyT+Phfocp1enMoAmzEUgxD7n8BdDMT1TrTKz/JGp85mxpR8 0TmsWL0ZTvoYHTz16CRDBKpD3t2KJd9hZg1MXG36PkmKCm+P+Fq5NR6DJAVNE/7sZVoQ KNyicLhi41G9TGXwfRYC7vZRTKJF8KbK1SJiricwzHltfe5y5p1iYniWSGlNuHd8obnO qNADjcNyJLK/ySXPBusMGfhm6GRNkCN10cwdQY8oaFoY0zDyGDnah1h5FASyZP1bfcSV 667Dw15Ao5cUO+0zPDsnXtZ5SIW6vcOBomWBAZyfnKpT6iofcDp5KRjh4p5UStkKWLM7 VAQg== X-Received: by 10.194.85.163 with SMTP id i3mr185759wjz.75.1439560285766; Fri, 14 Aug 2015 06:51:25 -0700 (PDT) Received: from groucho.site (tsn109-201-154-192.dyn.nltelcom.net. [109.201.154.192]) by smtp.gmail.com with ESMTPSA id jr5sm8352012wjc.14.2015.08.14.06.51.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Aug 2015 06:51:24 -0700 (PDT) From: Ulrich Hecht To: horms@verge.net.au, linux-sh@vger.kernel.org Cc: magnus.damm@gmail.com, geert+renesas@glider.be, Ulrich Hecht Subject: [PATCH 3/7] ARM: shmobile: Kconfig: remove obsolete option ARCH_R8A7778 Date: Fri, 14 Aug 2015 15:51:04 +0200 Message-Id: <1439560268-4935-4-git-send-email-ulrich.hecht+renesas@gmail.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1439560268-4935-1-git-send-email-ulrich.hecht+renesas@gmail.com> References: <1439560268-4935-1-git-send-email-ulrich.hecht+renesas@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham 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 Obsoleted by removal of r8a7778 legacy platform. Signed-off-by: Ulrich Hecht --- arch/arm/mach-shmobile/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 6e07e98..61a59b1 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -103,12 +103,6 @@ if ARCH_SHMOBILE_LEGACY comment "Renesas ARM SoCs System Type" -config ARCH_R8A7778 - bool "R-Car M1A (R8A77781)" - select ARCH_RCAR_GEN1 - select ARCH_WANT_OPTIONAL_GPIOLIB - select ARM_GIC - config ARCH_R8A7779 bool "R-Car H1 (R8A77790)" select ARCH_RCAR_GEN1