mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
75d44dfe97
PD#SWPL-188391 Problem: sc2 pcie bringup kernel6.12 Solution: sc2 pcie bringup kernel6.12 Verify: sc2_ah212 Change-Id: Ie220eb341e98bf27f51b7311afa0c06eaa9b00ee Signed-off-by: Yu Tu <yu.tu@amlogic.com>
32 lines
936 B
Plaintext
32 lines
936 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config AMLOGIC_PCIE_V2_HOST
|
|
tristate "Meson PCIE_V2 controller"
|
|
depends on AMLOGIC_PCIE
|
|
depends on PCI && PCI_MSI
|
|
depends on PCIE_DW_HOST
|
|
help
|
|
Say Y here if you want to enable PCIE controller support on Amlogic
|
|
SoCs. The PCIE controller on Amlogic is based on DesignWare hardware
|
|
and therefore the driver re-uses the DesignWare core functions to
|
|
implement the driver.
|
|
|
|
config AMLOGIC_PCIE_V3_HOST
|
|
tristate "Meson PCIE_V3 controller"
|
|
depends on AMLOGIC_PCIE
|
|
depends on PCI && PCI_MSI
|
|
help
|
|
Say Y here if you want to enable PCIE controller support on Amlogic
|
|
SoCs.
|
|
|
|
config AMLOGIC_PCIE_V3_EP
|
|
tristate "Meson PCIE_V3 endpoint controller"
|
|
depends on OF
|
|
depends on AMLOGIC_PCIE
|
|
depends on PCI_ENDPOINT
|
|
depends on PCI_ENDPOINT_CONFIGFS
|
|
depends on PCI_EPF_TEST
|
|
help
|
|
Say Y or M here if you want to support Amlogic PCIe controller in
|
|
endpoint mode on Amlogic SoC.
|