mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
eff420da51
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>
20 lines
385 B
Plaintext
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
|