diff options
author | Wu Bo <bo.wu@vivo.com> | 2024-08-26 21:23:47 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-09-01 17:06:33 +0800 |
commit | ce6697a613c523b4e2e1d4228c0a81facc080076 (patch) | |
tree | e152921ce284ab26a75ed8c0488392501446ed13 /drivers/bus/Kconfig | |
parent | 8400291e289ee6b2bf9779ff1c83a291501f017b (diff) | |
download | lwn-ce6697a613c523b4e2e1d4228c0a81facc080076.tar.gz lwn-ce6697a613c523b4e2e1d4228c0a81facc080076.zip |
bus: imx-weim: support compile test
Add COMPILE_TEST to support code compile test
Signed-off-by: Wu Bo <bo.wu@vivo.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 64cd2ee03aa3..ff669a8ccad9 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -89,7 +89,7 @@ config HISILICON_LPC config IMX_WEIM bool "Freescale EIM DRIVER" - depends on ARCH_MXC + depends on ARCH_MXC || COMPILE_TEST help Driver for i.MX WEIM controller. The WEIM(Wireless External Interface Module) works like a bus. |