diff options
author | 2023-05-11 16:54:36 +0200 | |
---|---|---|
committer | 2023-05-17 09:14:02 -0500 | |
commit | e752f9b924a1fd1afcf36e51b03dfa9c3096a3bd (patch) | |
tree | 0e3a5e73a758fa0dedf8ec77309a5b04b558b164 | |
parent | soc: ti: pruss: Avoid cast to incompatible function type (diff) | |
download | wireguard-linux-e752f9b924a1fd1afcf36e51b03dfa9c3096a3bd.tar.xz wireguard-linux-e752f9b924a1fd1afcf36e51b03dfa9c3096a3bd.zip |
soc: ti: pruss: Allow compile-testing
Allow compile testing of TI PRU-ICSS Subsystem Platform drivers.
This allows for improved build-test coverage.
No functional change intended.
Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230511-ti-pruss-compile-testing-v1-1-56291309a60c@kernel.org
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/soc/ti/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index 8c2a1036bef5..2cae17b65fd9 100644 --- a/drivers/soc/ti/Kconfig +++ b/drivers/soc/ti/Kconfig @@ -85,7 +85,7 @@ config TI_K3_SOCINFO config TI_PRUSS tristate "TI PRU-ICSS Subsystem Platform drivers" - depends on SOC_AM33XX || SOC_AM43XX || SOC_DRA7XX || ARCH_KEYSTONE || ARCH_K3 + depends on SOC_AM33XX || SOC_AM43XX || SOC_DRA7XX || ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST select MFD_SYSCON help TI PRU-ICSS Subsystem platform specific support. |