dma-mapping: simplify Kconfig dependencies
ARCH_DMA_ADDR_T_64BIT is always true for 64-bit architectures now, so we can skip the clause requiring it. 'n' is the default default, so no need to explicitly state it. Tested-by: Alexey Brodkin <abrodkin@synopsys.com> Acked-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Родитель
10314e09d0
Коммит
35ddb69cd2
|
@ -443,13 +443,11 @@ config IOMMU_HELPER
|
||||||
|
|
||||||
config DMA_DIRECT_OPS
|
config DMA_DIRECT_OPS
|
||||||
bool
|
bool
|
||||||
depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)
|
depends on HAS_DMA
|
||||||
default n
|
|
||||||
|
|
||||||
config DMA_VIRT_OPS
|
config DMA_VIRT_OPS
|
||||||
bool
|
bool
|
||||||
depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT)
|
depends on HAS_DMA
|
||||||
default n
|
|
||||||
|
|
||||||
config SWIOTLB
|
config SWIOTLB
|
||||||
bool
|
bool
|
||||||
|
|
Загрузка…
Ссылка в новой задаче