Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f21254cd authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

arm: don't build swiotlb by default



swiotlb is only used as a library of helper for xen-swiotlb if Xen support
is enabled on arm, so don't build it by default.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 8e639079
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1773,7 +1773,7 @@ config SECCOMP
	  defined by each seccomp mode.
	  defined by each seccomp mode.


config SWIOTLB
config SWIOTLB
	def_bool y
	bool


config PARAVIRT
config PARAVIRT
	bool "Enable paravirtualization code"
	bool "Enable paravirtualization code"
@@ -1806,6 +1806,7 @@ config XEN
	depends on MMU
	depends on MMU
	select ARCH_DMA_ADDR_T_64BIT
	select ARCH_DMA_ADDR_T_64BIT
	select ARM_PSCI
	select ARM_PSCI
	select SWIOTLB
	select SWIOTLB_XEN
	select SWIOTLB_XEN
	select PARAVIRT
	select PARAVIRT
	help
	help