From af27382e2d6f7b4966e6932c9820939259498c1b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 26 Oct 2016 17:15:37 -0400 Subject: drivers/pci/Kconfig: Add PCI Add 'PCI' as a menu option and migrate all existing users. Signed-off-by: Tom Rini Acked-by: Stephen Warren --- configs/integratorap_cm926ejs_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/integratorap_cm926ejs_defconfig') diff --git a/configs/integratorap_cm926ejs_defconfig b/configs/integratorap_cm926ejs_defconfig index bab0e1b379..81e5fe4aaf 100644 --- a/configs/integratorap_cm926ejs_defconfig +++ b/configs/integratorap_cm926ejs_defconfig @@ -8,4 +8,5 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Integrator-AP # " CONFIG_CMD_ARMFLASH=y # CONFIG_CMD_SETEXPR is not set +CONFIG_PCI=y CONFIG_OF_LIBFDT=y -- cgit v1.2.3