diff options
author | Tom Rini | 2016-10-26 17:15:37 -0400 |
---|---|---|
committer | Tom Rini | 2016-10-27 20:33:56 -0400 |
commit | af27382e2d6f7b4966e6932c9820939259498c1b (patch) | |
tree | e346aef2513fed02b3e938acb5203f1b28b740df /configs/sandbox_defconfig | |
parent | b03380805b5a184b7017dc428a53c8e1e9c9f99c (diff) |
drivers/pci/Kconfig: Add PCI
Add 'PCI' as a menu option and migrate all existing users.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 82a42adea6c..380d4fe8f34 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -1,6 +1,5 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_MMC=y -CONFIG_PCI=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y @@ -112,6 +111,7 @@ CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_DM_ETH=y +CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCI_SANDBOX=y |