diff options
author | Bin Meng | 2017-07-30 06:23:09 -0700 |
---|---|---|
committer | Bin Meng | 2017-08-01 20:17:02 +0800 |
commit | 6bf89de7e1189a61522dd1f8880d8d2be8d3ba57 (patch) | |
tree | 2bd790762acfca7244998cc1c059e7467e201522 /drivers | |
parent | e28497bf4a13cbc2b260b8ae8164ca97cf636e61 (diff) |
x86: kconfig: Select PCI and DM_PCI
PCI is the de facto interconnect bus in an x86 system.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 692a3985035..e2a1c0a4096 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -1,6 +1,6 @@ menuconfig PCI bool "PCI support" - default y if PPC || X86 + default y if PPC help Enable support for PCI (Peripheral Interconnect Bus), a type of bus used on some devices to allow the CPU to communicate with its |