From patchwork Sun Jan 28 05:53:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ahelenia_Ziemia=C5=84ska?= X-Patchwork-Id: 767334 Received: from tarta.nabijaczleweli.xyz (tarta.nabijaczleweli.xyz [139.28.40.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2FC847484; Sun, 28 Jan 2024 05:53:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=139.28.40.42 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706421214; cv=none; b=Xe7kw+9UZ0HXrAxVuZBCg3pLMgZTJ5SWPcbnNnvrkyLoGGGEOnohWaTwlxbRouvMJMRJ/tiUhktqErjM+pSmFROg96N614sq1L705XCYD4bbuXXhEtORZL9h+pWyHPcCy6KGy2AlI3Y7kbcqzkxMlCD++WvEjg6rN5K6T8Ct5KI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706421214; c=relaxed/simple; bh=ghuqAVEd3oaGLjuiR4Jx/XjOr/RW3i3vBZYuvTFT7es=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=I04VcDOMBDvX46xqlZW7m7EbxPYE9ft/jCS3vURSPMiiVi5IlJ9/McITSKmM0IQMDr4NI4fJGV01K+nxBA7ZJlhDtpxDJt2CFohI2SAK/9XLEqA94ux6hXchpID3/HqdUI1BDOE8PxKoqgUILQXEuugC6bA3wI13AkE1MfOaKfg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nabijaczleweli.xyz; spf=pass smtp.mailfrom=nabijaczleweli.xyz; dkim=pass (2048-bit key) header.d=nabijaczleweli.xyz header.i=@nabijaczleweli.xyz header.b=VBklWV0x; arc=none smtp.client-ip=139.28.40.42 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=nabijaczleweli.xyz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nabijaczleweli.xyz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=nabijaczleweli.xyz header.i=@nabijaczleweli.xyz header.b="VBklWV0x" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nabijaczleweli.xyz; s=202305; t=1706421200; bh=ghuqAVEd3oaGLjuiR4Jx/XjOr/RW3i3vBZYuvTFT7es=; h=Date:From:To:Subject:From; b=VBklWV0xwrqGtzcJLES3UwV2RGw33yXXWVHI1ERfoXktt2wetU4jYxclGKP01phrl Gdu/+LHtKRjt2eMedRLfBxnli9xnp6mJEATl5eDKuKOnwopBMKSvg5ah4u3wmW9984 ESWBmRgP7MuihI3I2AqdoLCT9GKFslFOiDzjEHyg8OF6WxR4DIdcqtW/UJ6zc6Qz+x 82euWzauXfT9yAxBFFcAE9jAhP4hxrY5ct9NfwYrhLQtjgbpf35hF4gG2227zs+0xx HgMIhz+rrHsm5AT4RcmWgVXrz3tDk1JzGqpz2IqtrnQ/Yel4JiTFE99f98oyLTjwfA NR65vJetf3PLg== Received: from tarta.nabijaczleweli.xyz (unknown [192.168.1.250]) by tarta.nabijaczleweli.xyz (Postfix) with ESMTPSA id 1AEE866A; Sun, 28 Jan 2024 06:53:20 +0100 (CET) Date: Sun, 28 Jan 2024 06:53:19 +0100 From: Ahelenia =?utf-8?q?Ziemia=C5=84ska?= To: Mark Brown , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] spi: Kconfig: cap[c]ability Message-ID: Precedence: bulk X-Mailing-List: linux-spi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20231221-2-4202cf-dirty Signed-off-by: Ahelenia ZiemiaƄska --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ddae0fde798e..bc7021da2fe9 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -694,7 +694,7 @@ config SPI_MTK_SNFI This enables support for SPI-NAND mode on the MediaTek NAND Flash Interface found on MediaTek ARM SoCs. This controller is implemented as a SPI-MEM controller with pipelined ECC - capcability. + capability. config SPI_WPCM_FIU tristate "Nuvoton WPCM450 Flash Interface Unit"