You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
302 B
14 lines
302 B
config RT_PCI_HOST_COMMON
|
|
bool "Common PCI host controller"
|
|
depends on RT_PCI_ECAM
|
|
default y
|
|
|
|
config RT_PCI_HOST_GENERIC
|
|
bool "Generic PCI host controller"
|
|
depends on RT_PCI_ECAM
|
|
select RT_PCI_HOST_COMMON
|
|
default y
|
|
|
|
rsource "dw/Kconfig"
|
|
|
|
osource "$(SOC_DM_PCI_DIR)/Kconfig"
|
|
|