lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20220223022820.240649-25-sashal@kernel.org> Date: Tue, 22 Feb 2022 21:28:14 -0500 From: Sasha Levin <sashal@...nel.org> To: linux-kernel@...r.kernel.org, stable@...r.kernel.org Cc: Wolfram Sang <wsa@...nel.org>, Michal Simek <michal.simek@...inx.com>, Sasha Levin <sashal@...nel.org>, krzysztof.kozlowski@...onical.com, semen.protsenko@...aro.org, robh@...nel.org, yangyicong@...ilicon.com, christophe.leroy@...roup.eu, sven@...npeter.dev, jie.deng@...el.com, bence98@....bme.hu, lukas.bulwahn@...il.com, linux-i2c@...r.kernel.org Subject: [PATCH AUTOSEL 5.16 25/30] i2c: cadence: allow COMPILE_TEST From: Wolfram Sang <wsa@...nel.org> [ Upstream commit 0b0dcb3882c8f08bdeafa03adb4487e104d26050 ] Driver builds fine with COMPILE_TEST. Enable it for wider test coverage and easier maintenance. Signed-off-by: Wolfram Sang <wsa@...nel.org> Acked-by: Michal Simek <michal.simek@...inx.com> Signed-off-by: Sasha Levin <sashal@...nel.org> --- drivers/i2c/busses/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index dce3928390176..b1c20859fe8c9 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -488,7 +488,7 @@ config I2C_BRCMSTB config I2C_CADENCE tristate "Cadence I2C Controller" - depends on ARCH_ZYNQ || ARM64 || XTENSA + depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST help Say yes here to select Cadence I2C Host Controller. This controller is e.g. used by Xilinx Zynq. -- 2.34.1
Powered by blists - more mailing lists