Received: by 10.223.185.116 with SMTP id b49csp6280869wrg; Wed, 28 Feb 2018 06:56:52 -0800 (PST) X-Google-Smtp-Source: AH8x227J6j5DR9TltIHDZGPrdMmHJa2v1yzQkolnhxDiIuMdIjcn5Y4E2FdXPuRp/XyNXt6v+j3O X-Received: by 10.101.82.195 with SMTP id z3mr14646162pgp.308.1519829812446; Wed, 28 Feb 2018 06:56:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519829812; cv=none; d=google.com; s=arc-20160816; b=hE/wOXpwor6DrbfYAkq+0EJTUk5MNo3SMXbDDE4quaqhyJYLbVW5NBnfgyLfPHfRJD 6IrL/9Ql9tYhpdSkibc+kGpe8ywWQjcvbdn6YELleNgSYyZmNhlBbYIkNxTPjXRyfBbT Dq7tjNpHsYXV9niQK721/XGPHv7gTbcX7wK2XXop3uAWxadJp/cSvp2qgPI/5cP1yn2N jobTpSVFdPRxK6n/qReHuCqnGoQf1Ht1D95Yb5NH8s/UcpBnxB9DV2mJiiVHkBbHLxHO 7H+ZriMHUlOrD/vkDnKLU0vFclGNUWS0WsGJR9yE6J+ybnd8zBzqOyT4kqL/Gu+RhkkR ohbQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=6tK2ktJPKsZZ6nvWlfpbvDWSTze6CzgJtR4ClA1c+KA=; b=SSHNyKgCxnMq4o2Gl6Tk5ESZa4gJQ1UHMW1X0/k+1DnAJ5ebqa4QSKV2psNoXn82EM CBvmptoKG6+boCebuE0HMDAMVyu5RCJnWCwK0vzM1SG+gNLF3eO+ARCW7O5dR7Mz6WPX v6k8XmCDUKdZqyHTKxIE63+XMRFpdKPW2Dp+45NSoEYVBpizStgYeEpFxRexi0ZDVMAU 7J4kWleed5n5vZ9wn59nrCU2KzVi+NAC3yZyK5V0Ky3qSImhcvTyTkU+fmzv1dw/6uP1 giha8LFRUtPXB7L1rShhEzODMDNC8BQeNPC+1siGAWpBp8uFgcTbSSHiXuH5k4m1vRwT c5CA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z5si1321759pfb.355.2018.02.28.06.56.37; Wed, 28 Feb 2018 06:56:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752781AbeB1Ozt (ORCPT + 99 others); Wed, 28 Feb 2018 09:55:49 -0500 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:26251 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436AbeB1OzZ (ORCPT ); Wed, 28 Feb 2018 09:55:25 -0500 X-IronPort-AV: E=Sophos;i="5.47,406,1515481200"; d="scan'208";a="11853706" Received: from exsmtp01.microchip.com (HELO email.microchip.com) ([198.175.253.37]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES128-SHA; 28 Feb 2018 07:55:24 -0700 Received: from tenerife.corp.atmel.com (10.10.76.4) by CHN-SV-EXCH01.mchp-main.com (10.10.76.37) with Microsoft SMTP Server id 14.3.352.0; Wed, 28 Feb 2018 07:55:24 -0700 From: Nicolas Ferre To: , Alexandre Belloni CC: , ARM Maintainers , Nicolas Ferre Subject: [PATCH 3/3] ARM: at91: Kconfig: Update company to Microchip Date: Wed, 28 Feb 2018 15:56:43 +0100 Message-ID: <2263d1871f18b8134187d53070830fd5398fb10a.1519829594.git.nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update AT91 Kconfig text and help to move from Atmel to Microchip. The AT91 wording is kept in the title for historical reasons. Signed-off-by: Nicolas Ferre --- arch/arm/mach-at91/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 6d870421a7a6..1254bf9d91b4 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -1,5 +1,5 @@ menuconfig ARCH_AT91 - bool "Atmel SoCs" + bool "AT91/Microchip SoCs" depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M select ARM_CPU_SUSPEND if PM && ARCH_MULTI_V7 select COMMON_CLK_AT91 @@ -13,7 +13,7 @@ config SOC_SAMV7 select COMMON_CLK_AT91 select PINCTRL_AT91 help - Select this if you are using an SoC from Atmel's SAME7, SAMS7 or SAMV7 + Select this if you are using an SoC from Microchip's SAME7, SAMS7 or SAMV7 families. config SOC_SAMA5D2 @@ -29,7 +29,7 @@ config SOC_SAMA5D2 select HAVE_AT91_AUDIO_PLL select PINCTRL_AT91PIO4 help - Select this if ou are using one of Atmel's SAMA5D2 family SoC. + Select this if ou are using one of Microchip's SAMA5D2 family SoC. config SOC_SAMA5D3 bool "SAMA5D3 family" @@ -41,7 +41,7 @@ config SOC_SAMA5D3 select HAVE_AT91_USB_CLK select PINCTRL_AT91 help - Select this if you are using one of Atmel's SAMA5D3 family SoC. + Select this if you are using one of Microchip's SAMA5D3 family SoC. This support covers SAMA5D31, SAMA5D33, SAMA5D34, SAMA5D35, SAMA5D36. config SOC_SAMA5D4 @@ -56,7 +56,7 @@ config SOC_SAMA5D4 select HAVE_AT91_H32MX select PINCTRL_AT91 help - Select this if you are using one of Atmel's SAMA5D4 family SoC. + Select this if you are using one of Microchip's SAMA5D4 family SoC. config SOC_AT91RM9200 bool "AT91RM9200" @@ -70,7 +70,7 @@ config SOC_AT91RM9200 select SOC_SAM_V4_V5 select SRAM if PM help - Select this if you are using Atmel's AT91RM9200 SoC. + Select this if you are using Microchip's AT91RM9200 SoC. config SOC_AT91SAM9 bool "AT91SAM9" @@ -88,7 +88,7 @@ config SOC_AT91SAM9 select SOC_SAM_V4_V5 select SRAM if PM help - Select this if you are using one of those Atmel SoC: + Select this if you are using one of those Microchip SoC: AT91SAM9260 AT91SAM9261 AT91SAM9263 -- 2.15.1