Files
kernel_common_drivers/drivers/pci/Kconfig
T
Jianxiong Pan eff420da51 mm: select the SWIOTLB and DMA_RESTRICTED_POOL default. [1/1]
PD#SWPL-105795

Problem:
need enable SWIOTLB and DMA_RESTRICTED_POOL for arm.

Solution:
select the SWIOTLB and DMA_RESTRICTED_POOL default.

Verify:
build pass.

Change-Id: Ic3ba5cec1fec95e37ada41c50d72af48c3908124
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2022-12-18 18:38:38 +08:00

20 lines
385 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
menu "Amlogic PCI Support"
config AMLOGIC_PCI_HOST
bool "Amlogic PCI controller support"
default n
help
Amlogic PCI controller drivers support
config AMLOGIC_PCI_EP
bool "Amlogic PCI endpoint support"
default n
help
Amlogic PCI endpoint drivers support
source "$(COMMON_DRIVERS_DIR)/drivers/pci/controller/Kconfig"
endmenu