]> git.baikalelectronics.ru Git - kernel.git/commit
s390: drop CONFIG_VIRT_TO_BUS
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Apr 2019 08:35:53 +0000 (10:35 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 3 May 2019 15:17:58 +0000 (17:17 +0200)
commitdfff44f4d7e21a3054409639feba1c13ce64c365
tree98f016d8d4f901379fa31cc51c087f8be04fec8d
parentabb32ef7482c3cecd1397a2474908bafd91ac687
s390: drop CONFIG_VIRT_TO_BUS

VIRT_TO_BUS is only used for legacy device PCI and ISA drivers using
virt_to_bus() instead of the streaming DMA mapping API, and the
remaining drivers generally don't work on 64-bit architectures.

Two of these drivers also cause a build warning on s390, so instead
of trying to fix that, let's just disable the option as we do on
most architectures now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig