diff options
author | Christoph Hellwig <hch@lst.de> | 2018-05-09 16:04:51 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2018-05-22 18:10:36 -0700 |
commit | 6db615431a21b6057f68ed87583a663ee69f7601 (patch) | |
tree | b785afbe9eb7ebfda71fc8ff452714a25e549119 /arch/alpha/Kconfig | |
parent | c61a56ababa404961fa769a2b24229f18e461961 (diff) |
alpha: use dma_direct_ops for jensen
The generic dma_direct implementation does the same thing as the alpha
pci-noop implementation, just with more bells and whistles. And unlike
the current code it at least has a theoretical chance to actually compile.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index b2022885ced8..f19dc31288c8 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -211,6 +211,7 @@ config ALPHA_EIGER config ALPHA_JENSEN bool "Jensen" depends on BROKEN + select DMA_DIRECT_OPS help DEC PC 150 AXP (aka Jensen): This is a very old Digital system - one of the first-generation Alpha systems. A number of these systems |