diff options
| author | Johan Hovold <johan@kernel.org> | 2025-12-19 12:02:59 +0100 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2026-01-14 14:33:35 -0800 |
| commit | 5e2d6fa48a841e419848a811a015f61128a149ce (patch) | |
| tree | 1034b80a2e6179b68ce4bcd14c67253679ecce1e | |
| parent | 5eb63e9bb65d88abde647ced50fe6ad40c11de1a (diff) | |
bus: omap-ocp2scp: enable compile testing
There seems to be nothing preventing the driver from being compile
tested so enable that for wider build coverage.
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://patch.msgid.link/20251219110259.23630-1-johan@kernel.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
| -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 fe7600283e70..2a1b46f07080 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -141,7 +141,7 @@ config OMAP_INTERCONNECT config OMAP_OCP2SCP tristate "OMAP OCP2SCP DRIVER" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || COMPILE_TEST help Driver to enable ocp2scp module which transforms ocp interface protocol to scp protocol. In OMAP4, USB PHY is connected via |
