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/r7780mp_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/r7780mp_defconfig') diff --git a/configs/r7780mp_defconfig b/configs/r7780mp_defconfig index fbf2dd5..77d9c06 100644 --- a/configs/r7780mp_defconfig +++ b/configs/r7780mp_defconfig @@ -20,4 +20,5 @@ CONFIG_BOOTDELAY=3 CONFIG_CMD_PING=y # CONFIG_CMD_MISC is not set CONFIG_CMD_EXT2=y +CONFIG_PCI=y CONFIG_USE_PRIVATE_LIBGCC=y -- cgit v1.1