diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-16 05:46:49 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-24 11:00:47 +0800 |
commit | c11b17c6bf6c4bf2aa0f9a6f5de2c527e398ad63 (patch) | |
tree | d736e8ddbc2066ac946995d8e840b7396e2fc25e /arch/Kconfig | |
parent | 1e6ebee667da47fd3a87839a239a7574c66f5659 (diff) |
x86: kconfig: Imply CMD_PCI
Let's imply the 'pci' command to access the de facto interconnect
bus in an x86 system.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 78532f56ca8..3fc3c5739ab 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -112,6 +112,7 @@ config X86 imply CMD_GETTIME imply CMD_IO imply CMD_IRQ + imply CMD_PCI imply CMD_SF_TEST imply CMD_ZBOOT |