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:
Charles E. Youse 2019-05-01 11:08:00 -07:00 committed by Anas Nashif
commit 6d30d949e5
4 changed files with 6 additions and 5 deletions

View file

@ -23,9 +23,6 @@ config SPI
config SHARED_IRQ
default y
config PCI_ENUMERATION
default y
if GPIO && I2C
config GPIO_PCAL9535A

View file

@ -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

View file

@ -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

View file

@ -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