We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab54344 + 8eee6cf commit 7a3e989Copy full SHA for 7a3e989
arch/lkl/Kconfig
@@ -10,8 +10,6 @@ config LKL
10
select NO_HZ_IDLE
11
select NO_PREEMPT
12
select ARCH_WANT_FRAME_POINTERS
13
- select HAS_DMA
14
- select DMA_OPS
15
select NET
16
select MULTIUSER
17
select INET
@@ -146,6 +144,8 @@ config PCI
146
144
bool "PCI support"
147
145
select NO_GENERIC_PCI_IOPORT_MAP
148
select GENERIC_PCI_IOMAP
+ select HAS_DMA
+ select DMA_OPS
149
default y
150
151
config RAID6_PQ_BENCHMARK
arch/lkl/drivers/Makefile
@@ -1,2 +1,3 @@
1
+# SPDX-License-Identifier: GPL-2.0
2
-obj-y = pci.o
3
+obj-$(CONFIG_PCI) += pci.o
0 commit comments