Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (1d3f56b295302fdb4ac9caf6ce09f5ae7d2e651a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3config NO_DMA 4 bool 5 6config HAS_DMA 7 bool 8 depends on !NO_DMA --- 62 unchanged lines hidden (view full) --- 71 bool 72 73config ARCH_HAS_DMA_PREP_COHERENT 74 bool 75 76config ARCH_HAS_FORCE_DMA_UNENCRYPTED 77 bool 78 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3config NO_DMA 4 bool 5 6config HAS_DMA 7 bool 8 depends on !NO_DMA --- 62 unchanged lines hidden (view full) --- 71 bool 72 73config ARCH_HAS_DMA_PREP_COHERENT 74 bool 75 76config ARCH_HAS_FORCE_DMA_UNENCRYPTED 77 bool 78 |
79# 80# Select this option if the architecture assumes DMA devices are coherent 81# by default. 82# 83config ARCH_DMA_DEFAULT_COHERENT 84 bool 85 |
|
79config SWIOTLB 80 bool 81 select NEED_DMA_MAP_STATE 82 83config DMA_RESTRICTED_POOL 84 bool "DMA Restricted Pool" 85 depends on OF && OF_RESERVED_MEM && SWIOTLB 86 help --- 158 unchanged lines hidden --- | 86config SWIOTLB 87 bool 88 select NEED_DMA_MAP_STATE 89 90config DMA_RESTRICTED_POOL 91 bool "DMA Restricted Pool" 92 depends on OF && OF_RESERVED_MEM && SWIOTLB 93 help --- 158 unchanged lines hidden --- |