Files
kernel_common_drivers/drivers/pci/controller/Kconfig
T
Yu Tu 908927c13e pcie: add pcie driver for s5 [1/1]
PD#SWPL-108762

Problem:
need bringup s5 pcie

Solution:
add s5 pcie driver

Verify:
s5_208

Change-Id: Ifc3430a5b01486faab24ef4222fb74ccaa3fd0ec
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
2023-04-15 08:59:03 +08:00

24 lines
818 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config AMLOGIC_PCIE_V2_HOST
tristate "Meson PCIE_V2 controller"
depends on AMLOGIC_PCI_HOST
depends on PCI && PCI_MSI_IRQ_DOMAIN
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_PCI_HOST
depends on PCI && PCI_MSI_IRQ_DOMAIN
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.