diff options
| author | Brian Sune <[email protected]> | 2025-12-22 22:27:44 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-22 10:03:59 -0600 |
| commit | f26db83ca964e81d7f2b3c2c984afdb8bb104678 (patch) | |
| tree | 88875ac3b30884fd6765c9aa3008d14074cceb28 /cmd | |
| parent | d24f4ae65433aa7720c075a9f1d1aaf7e1985ced (diff) | |
fix PL330 CMD supported target
The config is wrongly written, result
in only support socdk board.
Fixes: 92dcb3ad5d98 ("cmd/dma: implement dmareset command")
Signed-off-by: Brian Sune <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 5b9c13d85e7..5c611fb3016 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1849,7 +1849,7 @@ menu "Shell scripting commands" config CMD_C5_PL330_DMA bool "Release Reset DMA Channels for PL330 Handshake" - depends on TARGET_SOCFPGA_CYCLONE5_SOCDK + depends on TARGET_SOCFPGA_CYCLONE5 help Provides access to Reset Manager Per2ModRst. Enables DMA channels for ARM PrimeCell PL330 via reset release. |
