From patchwork Wed Dec 26 21:43:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angelo Dureghello X-Patchwork-Id: 10743311 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 426C191E for ; Wed, 26 Dec 2018 21:51:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3402D28830 for ; Wed, 26 Dec 2018 21:51:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 221B32883B; Wed, 26 Dec 2018 21:51:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9DC7128843 for ; Wed, 26 Dec 2018 21:51:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727543AbeLZVuq (ORCPT ); Wed, 26 Dec 2018 16:50:46 -0500 Received: from ec2-18-194-220-216.eu-central-1.compute.amazonaws.com ([18.194.220.216]:57726 "EHLO sysam.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727542AbeLZVuq (ORCPT ); Wed, 26 Dec 2018 16:50:46 -0500 X-Greylist: delayed 457 seconds by postgrey-1.27 at vger.kernel.org; Wed, 26 Dec 2018 16:50:46 EST Received: from localhost (localhost [127.0.0.1]) by sysam.it (Postfix) with ESMTP id 45E1F21A19; Wed, 26 Dec 2018 21:43:08 +0000 (UTC) Received: from sysam.it ([127.0.0.1]) by localhost (sysam.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ikARyKBb41JJ; Wed, 26 Dec 2018 21:43:07 +0000 (UTC) Received: from localhost.localdomain (host83-4-dynamic.8-87-r.retail.telecomitalia.it [87.8.4.83]) by sysam.it (Postfix) with ESMTPSA id EB58721A15; Wed, 26 Dec 2018 21:43:06 +0000 (UTC) From: Angelo Dureghello To: broonie@kernel.org Cc: linux-spi@vger.kernel.org, Angelo Dureghello Subject: [PATCH] spi: add cpu details to fsl-dspi Kconfig help Date: Wed, 26 Dec 2018 22:43:00 +0100 Message-Id: <20181226214300.693-1-angelo@sysam.it> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add some cpu families that are actually using the fsl-dspi module in the related Kconfig description. Signed-off-by: Angelo Dureghello --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 9f89cb134549..10d23d3cb9c4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -372,7 +372,7 @@ config SPI_FSL_DSPI depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || M5441x || COMPILE_TEST help This enables support for the Freescale DSPI controller in master - mode. VF610 platform uses the controller. + mode. VF610, LS1021A and ColdFire platforms uses the controller. config SPI_FSL_ESPI tristate "Freescale eSPI controller"