diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-20 11:57:40 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:28:37 +0100 |
commit | 57723cb363ffb3071c7b4ca27927e7e34f26fb2f (patch) | |
tree | c485b9840466370b963a941d455c8fe515569acc /arch/arc/Kconfig | |
parent | c91a7a405bc4f80f87b7fdda492154cfd17987e0 (diff) |
arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
We always use the stub definitions, so remove the unused other code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 9d5fd00d9e91..f3a80cf164cc 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -463,9 +463,6 @@ config ARCH_PHYS_ADDR_T_64BIT config ARCH_DMA_ADDR_T_64BIT bool -config ARC_PLAT_NEEDS_PHYS_TO_DMA - bool - config ARC_KVADDR_SIZE int "Kernel Virtual Address Space size (MB)" range 0 512 |