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