diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2012-12-05 09:06:01 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-12-05 11:05:05 -0500 |
commit | 9163003236a52fd1a8ee6ca8a04f7232d001fc98 (patch) | |
tree | 6503140010f2e811e0bf9bfea3a2e569af07107e /arch/s390/Kconfig | |
parent | c59b9f92653f102856ca7802af551788c143a3a3 (diff) |
s390/pci: enable NEED_DMA_MAP_STATE
The DMA API allows to avoid DMA unmaps because they are NOPs on some
plattforms. But not on s390, so force them.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index f39a6f54c353..7ea06bee8b30 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -479,6 +479,9 @@ config NEED_SG_DMA_LENGTH | |||
479 | config HAVE_DMA_ATTRS | 479 | config HAVE_DMA_ATTRS |
480 | def_bool PCI | 480 | def_bool PCI |
481 | 481 | ||
482 | config NEED_DMA_MAP_STATE | ||
483 | def_bool PCI | ||
484 | |||
482 | config CHSC_SCH | 485 | config CHSC_SCH |
483 | def_tristate m | 486 | def_tristate m |
484 | prompt "Support for CHSC subchannels" | 487 | prompt "Support for CHSC subchannels" |