diff options
| author | Christoph Hellwig <hch@lst.de> | 2018-01-09 10:30:23 -0500 |
|---|---|---|
| committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 03:35:06 -0500 |
| commit | 002e67454f61bb67d8071ac4d0cacb86a01d18e0 (patch) | |
| tree | ef15f40222144d529cc2e2b2bfdb72fad7fd4510 /lib/Kconfig | |
| parent | c5cd037d1c8044fbd131c57822a67a1576eb16e9 (diff) | |
dma-direct: rename dma_noop to dma_direct
The trivial direct mapping implementation already does a virtual to
physical translation which isn't strictly a noop, and will soon learn
to do non-direct but linear physical to dma translations through the
device offset and a few small tricks. Rename it to a better fitting
name.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Vladimir Murzin <vladimir.murzin@arm.com>
Diffstat (limited to 'lib/Kconfig')
| -rw-r--r-- | lib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index c5e84fbcb30b..9d3d649c9dc9 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
| @@ -409,7 +409,7 @@ config HAS_DMA | |||
| 409 | depends on !NO_DMA | 409 | depends on !NO_DMA |
| 410 | default y | 410 | default y |
| 411 | 411 | ||
| 412 | config DMA_NOOP_OPS | 412 | config DMA_DIRECT_OPS |
| 413 | bool | 413 | bool |
| 414 | depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT) | 414 | depends on HAS_DMA && (!64BIT || ARCH_DMA_ADDR_T_64BIT) |
| 415 | default n | 415 | default n |
