mirror of https://gitee.com/openkylin/linux.git
x86/Kconfig: Remove the unused X86_DMA_REMAP KConfig symbol
Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20190410080220.21705-2-hch@lst.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
4df4309587
commit
a5881bea88
|
@ -704,7 +704,6 @@ config STA2X11
|
||||||
depends on X86_32_NON_STANDARD && PCI
|
depends on X86_32_NON_STANDARD && PCI
|
||||||
select ARCH_HAS_PHYS_TO_DMA
|
select ARCH_HAS_PHYS_TO_DMA
|
||||||
select X86_DEV_DMA_OPS
|
select X86_DEV_DMA_OPS
|
||||||
select X86_DMA_REMAP
|
|
||||||
select SWIOTLB
|
select SWIOTLB
|
||||||
select MFD_STA2X11
|
select MFD_STA2X11
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
|
@ -2886,10 +2885,6 @@ config X86_DEV_DMA_OPS
|
||||||
bool
|
bool
|
||||||
depends on X86_64 || STA2X11
|
depends on X86_64 || STA2X11
|
||||||
|
|
||||||
config X86_DMA_REMAP
|
|
||||||
bool
|
|
||||||
depends on STA2X11
|
|
||||||
|
|
||||||
config HAVE_GENERIC_GUP
|
config HAVE_GENERIC_GUP
|
||||||
def_bool y
|
def_bool y
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue