From 363397ae1a17ae58f1ef6664e775d3c16091af87 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 20 Jun 2022 08:07:55 -0400 Subject: Convert CONFIG_PCI_MSC01 to Kconfig This converts the following to Kconfig: CONFIG_PCI_MSC01 Signed-off-by: Tom Rini --- drivers/pci/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/pci') diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 680d5ba..e4c6056 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 -- cgit v1.1