From: Hou Zhiqiang Date: Fri, 14 Apr 2017 08:49:01 +0000 (+0800) Subject: armv8: ls1046a: enable PCI command tool X-Git-Tag: v2017.07-rc1~189^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3098e539d6a67df9f2a3c402d62147fa10422150;p=platform%2Fkernel%2Fu-boot.git armv8: ls1046a: enable PCI command tool Signed-off-by: Hou Zhiqiang Reviewed-by: York Sun --- diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 957ffd3..80f8dc2 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -138,6 +138,16 @@ #define CONFIG_SYS_I2C_MXC_I2C3 #define CONFIG_SYS_I2C_MXC_I2C4 +/* PCIe */ +#define CONFIG_PCIE1 /* PCIE controller 1 */ +#define CONFIG_PCIE2 /* PCIE controller 2 */ +#define CONFIG_PCIE3 /* PCIE controller 3 */ + +#ifdef CONFIG_PCI +#define CONFIG_PCI_SCAN_SHOW +#define CONFIG_CMD_PCI +#endif + /* Command line configuration */ #ifndef SPL_NO_ENV #define CONFIG_CMD_ENV