Commit 0b0dcb38 authored by Wolfram Sang's avatar Wolfram Sang

i2c: cadence: allow COMPILE_TEST

Driver builds fine with COMPILE_TEST. Enable it for wider test coverage
and easier maintenance.
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 02a4a696
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment