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 /arch/sandbox | |
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 'arch/sandbox')
-rw-r--r-- | arch/sandbox/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index c931c0b4375..f7a6e1aef80 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -18,11 +18,4 @@ config SYS_CONFIG_NAME default "sandbox_spl" if SANDBOX_SPL default "sandbox" if !SANDBOX_SPL -config PCI - bool "PCI support" - help - Enable support for PCI (Peripheral Interconnect Bus), a type of bus - used on some devices to allow the CPU to communicate with its - peripherals. - endmenu |