summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBin Meng <[email protected]>2017-07-30 06:23:09 -0700
committerBin Meng <[email protected]>2017-08-01 20:17:02 +0800
commit6bf89de7e1189a61522dd1f8880d8d2be8d3ba57 (patch)
tree2bd790762acfca7244998cc1c059e7467e201522 /arch
parente28497bf4a13cbc2b260b8ae8164ca97cf636e61 (diff)
x86: kconfig: Select PCI and DM_PCI
PCI is the de facto interconnect bus in an x86 system. Signed-off-by: Bin Meng <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 193e4941515..b0628262e4f 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -93,6 +93,8 @@ config X86
select DM_KEYBOARD
select DM_SERIAL
select DM_GPIO
+ select PCI
+ select DM_PCI
select DM_SPI
select DM_SPI_FLASH
select TIMER