diff options
author | Jonathan Neuschäfer <[email protected]> | 2023-09-24 17:23:32 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-09-28 16:19:23 +0530 |
commit | 65b87548041ad70a8e26af08c0dda0b5893baf6b (patch) | |
tree | f6f3d519ddd084bdb56a0ab4fefb1adead821310 /net/lapb/lapb_timer.c | |
parent | 88928addeec577386e8c83b48b5bc24d28ba97fd (diff) |
dmaengine: hisi: Simplify preconditions of CONFIG_K3_DMA
Commit e39a2329cfb09 ("Kconfig: Allow k3dma driver to be selected for
more then HISI3xx platforms") expanded the "depends on" line of K3_DMA
from "ARCH_HI3xxx" to "ARCH_HI3xxx || ARCH_HISI || COMPILE_TEST".
However, ARCH_HI3xxx implies ARCH_HISI, so it's unnecessary to list
both.
Instead, just list ARCH_HISI, which covers all HiSilicon platforms.
Signed-off-by: Jonathan Neuschäfer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions