From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 B064A3FD4; Mon, 23 Jun 2025 21:47:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750715247; cv=none; b=bbuiLXubry5CSUpZfrrJE4r/zs6sdkPvqbS0vcgo53YFtmIZ3snUSJOWeiWi4OKr4RzkqCj9dRAo9caIPTPViJOWHZkqJJsgMx+8kV+E/X0q11Jjnxhh5KX3Mt7k1aNl1Q1pwNP+llqLUeaSBeS59e2Gt/A1u5rvBFL5zKDhHeU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750715247; c=relaxed/simple; bh=G3Igq2K1nZHvQjogmBft5hRBAjwUfGdD54DfMAyUWiA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=GJpP6ei5beeEJvWqPIwtqIbEUAYMX9BMCWwTxZ9lDNStb8+4eGTQk8iUB28p+m+Aj63sXgOmQwck1jwHtRLXl4cFmFAleUkqu2nqHJdBNThbtWtYpf0vAgsU0fkC4fpj4nfJV3cwuwjQR4JbVSUpg0401TBeMorBq68RF+uod6A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BRT2aUcW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="BRT2aUcW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 488DBC4CEEA; Mon, 23 Jun 2025 21:47:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1750715247; bh=G3Igq2K1nZHvQjogmBft5hRBAjwUfGdD54DfMAyUWiA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BRT2aUcWmRhnKqZPkj7uGafyXOrhjkr6Zsy9xAXTUBW9D8aUZozthOl9ZEdgKcStj Ll+q3TJinur4b/ixggblBSeUSGmLzubIWMVt36GNW1G/t+htRwmN0KRXOvOGRalfBz WFC86RKgPnAHNOW1i9Z+Igxim5jx+rQy+ogCOVJo= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Arthur-Prince , =?UTF-8?q?Mariana=20Val=C3=A9rio?= , Stable@vger.kernel.org, Jonathan Cameron Subject: [PATCH 6.12 165/414] iio: adc: ti-ads1298: Kconfig: add kfifo dependency to fix module build Date: Mon, 23 Jun 2025 15:05:02 +0200 Message-ID: <20250623130646.158602910@linuxfoundation.org> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250623130642.015559452@linuxfoundation.org> References: <20250623130642.015559452@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arthur-Prince commit 3c5dfea39a245b2dad869db24e2830aa299b1cf2 upstream. Add dependency to Kconfig’s ti-ads1298 because compiling it as a module failed with an undefined kfifo symbol. Fixes: 00ef7708fa60 ("iio: adc: ti-ads1298: Add driver") Signed-off-by: Arthur-Prince Co-developed-by: Mariana Valério Signed-off-by: Mariana Valério Link: https://patch.msgid.link/20250430191131.120831-1-r2.arthur.prince@gmail.com Cc: Signed-off-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- drivers/iio/adc/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -1452,6 +1452,7 @@ config TI_ADS1298 tristate "Texas Instruments ADS1298" depends on SPI select IIO_BUFFER + select IIO_KFIFO_BUF help If you say yes here you get support for Texas Instruments ADS1298 medical ADC chips