projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c24426
)
dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Fri, 4 Apr 2025 12:21:13 +0000
(14:21 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 26 Jun 2025 22:34:19 +0000
(15:34 -0700)
Enabling the compile test should not cause automatic enabling of all
drivers.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link:
https://lore.kernel.org/r/20250404122114.359087-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/sh/Kconfig
b/drivers/dma/sh/Kconfig
index 6ea5a880b433938bb442b8cfce20c0ee42f1491b..8184d475a49a185fbe30e977be871a268217e0da 100644
(file)
--- a/
drivers/dma/sh/Kconfig
+++ b/
drivers/dma/sh/Kconfig
@@
-16,7
+16,7
@@
config SH_DMAE_BASE
depends on SUPERH || COMPILE_TEST
depends on !SUPERH || SH_DMA
depends on !SH_DMA_API
- default
y
+ default
SUPERH || SH_DMA
select RENESAS_DMA
help
Enable support for the Renesas SuperH DMA controllers.