mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
i2c: cadence: allow COMPILE_TEST
[ Upstream commit 0b0dcb3882 ]
Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
9d6285e632
commit
57c333ad8c
|
|
@ -488,7 +488,7 @@ config I2C_BRCMSTB
|
||||||
|
|
||||||
config I2C_CADENCE
|
config I2C_CADENCE
|
||||||
tristate "Cadence I2C Controller"
|
tristate "Cadence I2C Controller"
|
||||||
depends on ARCH_ZYNQ || ARM64 || XTENSA
|
depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST
|
||||||
help
|
help
|
||||||
Say yes here to select Cadence I2C Host Controller. This controller is
|
Say yes here to select Cadence I2C Host Controller. This controller is
|
||||||
e.g. used by Xilinx Zynq.
|
e.g. used by Xilinx Zynq.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user