diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:04:59 -0400 |
commit | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch) | |
tree | 805f9479527bb5be5254ceb5bade28ee9b3719b9 /include/configs/ls1021aiot.h | |
parent | a552ffc9d270769286d7a0697913689c31537bfa (diff) | |
download | u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.tar.gz u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.tar.bz2 u-boot-3dc2987f5c9b79e19ea6b0e69e01a817310abaac.zip |
Convert CONFIG_PCIE1 et al to Kconfig
This converts the following to Kconfig:
CONFIG_PCIE1
CONFIG_PCIE2
CONFIG_PCIE3
CONFIG_PCIE4
CONFIG_PCI1
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index f43ea2bd6e..6556f1aa65 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -97,10 +97,6 @@ #define TSEC2_PHYIDX 0 #endif -/* PCIe */ -#define CONFIG_PCIE1 /* PCIE controler 1 */ -#define CONFIG_PCIE2 /* PCIE controler 2 */ - #define FSL_PCIE_COMPAT "fsl,ls1021a-pcie" #ifdef CONFIG_PCI |