Skip to content

Commit 0b0dcb3

Browse files
committed
i2c: cadence: allow COMPILE_TEST
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>
1 parent 02a4a69 commit 0b0dcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ config I2C_BRCMSTB
488488

489489
config I2C_CADENCE
490490
tristate "Cadence I2C Controller"
491-
depends on ARCH_ZYNQ || ARM64 || XTENSA
491+
depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST
492492
help
493493
Say yes here to select Cadence I2C Host Controller. This controller is
494494
e.g. used by Xilinx Zynq.

0 commit comments

Comments
 (0)