iommu/pamu: Make driver depend on CONFIG_PHYS_64BIT
authorJoerg Roedel <jroedel@suse.de>
Wed, 9 Aug 2017 13:04:47 +0000 (15:04 +0200)
committerJoerg Roedel <jroedel@suse.de>
Tue, 15 Aug 2017 11:59:34 +0000 (13:59 +0200)
commitaf29d9fa41b4b427830aea3911224aef6d61ee50
treee2a60a14323d23f92d4073daf30709a511008771
parenta4d98fb3069090a856933a1416f449caf18ef334
iommu/pamu: Make driver depend on CONFIG_PHYS_64BIT

Certain address calculations in the driver make the
assumption that phys_addr_t and dma_addr_t are 64 bit wide.
Force this by depending on CONFIG_PHYS_64BIT to be set.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig