boards/galileo: adjust PCI-related configuration
PCI and PCI enumeration aren't optional on the Galileo and should not be treated as such. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
cfe06aca76
commit
6d30d949e5
4 changed files with 6 additions and 5 deletions
|
@ -23,9 +23,6 @@ config SPI
|
|||
config SHARED_IRQ
|
||||
default y
|
||||
|
||||
config PCI_ENUMERATION
|
||||
default y
|
||||
|
||||
if GPIO && I2C
|
||||
|
||||
config GPIO_PCAL9535A
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_X86=y
|
||||
CONFIG_PCIE=y
|
||||
CONFIG_PCIE_MSI=y
|
||||
CONFIG_SOC_QUARK_X1000=y
|
||||
CONFIG_SOC_SERIES_QUARK_X1000=y
|
||||
CONFIG_BOARD_GALILEO=y
|
||||
|
|
|
@ -7,6 +7,9 @@ config SOC_SERIES_QUARK_X1000
|
|||
select HPET_TIMER
|
||||
select BOOTLOADER_UNKNOWN
|
||||
select PCI
|
||||
select PCI_ENUMERATION
|
||||
select PCIE
|
||||
select PCIE_MSI
|
||||
select SOC_FAMILY_QUARK
|
||||
select HAS_I2C_DW
|
||||
help
|
||||
|
|
|
@ -7,6 +7,9 @@ config SOC_QUARK_X1000
|
|||
select HPET_TIMER
|
||||
select BOOTLOADER_UNKNOWN
|
||||
select PCI
|
||||
select PCI_ENUMERATION
|
||||
select PCIE
|
||||
select PCIE_MSI
|
||||
select HAS_I2C_DW
|
||||
depends on SOC_SERIES_QUARK_X1000
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue