diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:05:00 -0400 |
commit | 363397ae1a17ae58f1ef6664e775d3c16091af87 (patch) | |
tree | d85c1e8bc1f611913a50dbc3557f640c67c0a539 /drivers/pci | |
parent | 1bc8ef4d702345117d77c2e704d82102774148aa (diff) | |
download | u-boot-363397ae1a17ae58f1ef6664e775d3c16091af87.tar.gz u-boot-363397ae1a17ae58f1ef6664e775d3c16091af87.tar.bz2 u-boot-363397ae1a17ae58f1ef6664e775d3c16091af87.zip |
Convert CONFIG_PCI_MSC01 to Kconfig
This converts the following to Kconfig:
CONFIG_PCI_MSC01
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 680d5baa80..e4c60561ee 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -146,6 +146,10 @@ config PCI_MPC85XX Say Y here if you want to enable PCI controller support on FSL PowerPC MPC85xx SoC. +config PCI_MSC01 + bool "MSC01 PCI support" + depends on TARGET_MALTA + config PCI_RCAR_GEN2 bool "Renesas RCar Gen2 PCIe driver" depends on RCAR_32 |