diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 16:34:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 15:41:50 -0400 |
commit | 6500ec7a5a2a2a59128dba6f49d9905fc1258811 (patch) | |
tree | 0280685798d10699e77ebaa07e3ec35a8b7a0f70 /configs/ls1046aqds_qspi_defconfig | |
parent | ba7cc6c6c5c667f8510824cb0c47ea7ab3865de4 (diff) | |
download | u-boot-6500ec7a5a2a2a59128dba6f49d9905fc1258811.tar.gz |
Convert CONFIG_CMD_PCI to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCI
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'configs/ls1046aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1046aqds_qspi_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls1046aqds_qspi_defconfig b/configs/ls1046aqds_qspi_defconfig index a7912895f9..fbf4d875e0 100644 --- a/configs/ls1046aqds_qspi_defconfig +++ b/configs/ls1046aqds_qspi_defconfig @@ -14,9 +14,10 @@ CONFIG_CMD_GREPENV=y CONFIG_CMD_MEMTEST=y CONFIG_CMD_MEMINFO=y CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y +CONFIG_CMD_PCI=y CONFIG_CMD_SF=y -CONFIG_CMD_I2C=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y |