summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-20 08:07:55 -0400
committerTom Rini <trini@konsulko.com>2022-07-05 17:05:00 -0400
commit363397ae1a17ae58f1ef6664e775d3c16091af87 (patch)
treed85c1e8bc1f611913a50dbc3557f640c67c0a539
parent1bc8ef4d702345117d77c2e704d82102774148aa (diff)
Convert CONFIG_PCI_MSC01 to Kconfig
This converts the following to Kconfig: CONFIG_PCI_MSC01 Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/malta64_defconfig1
-rw-r--r--configs/malta64el_defconfig1
-rw-r--r--configs/malta_defconfig1
-rw-r--r--configs/maltael_defconfig1
-rw-r--r--drivers/pci/Kconfig4
-rw-r--r--include/configs/malta.h2
6 files changed, 8 insertions, 2 deletions
diff --git a/configs/malta64_defconfig b/configs/malta64_defconfig
index a2d938c0dc..be86890716 100644
--- a/configs/malta64_defconfig
+++ b/configs/malta64_defconfig
@@ -39,5 +39,6 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_PCNET=y
CONFIG_PCI_GT64120=y
+CONFIG_PCI_MSC01=y
CONFIG_RTC_MC146818=y
CONFIG_SYS_NS16550=y
diff --git a/configs/malta64el_defconfig b/configs/malta64el_defconfig
index 301652c476..6eef89db92 100644
--- a/configs/malta64el_defconfig
+++ b/configs/malta64el_defconfig
@@ -41,5 +41,6 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_PCNET=y
CONFIG_PCI_GT64120=y
+CONFIG_PCI_MSC01=y
CONFIG_RTC_MC146818=y
CONFIG_SYS_NS16550=y
diff --git a/configs/malta_defconfig b/configs/malta_defconfig
index ae9cad857e..88c0d5628d 100644
--- a/configs/malta_defconfig
+++ b/configs/malta_defconfig
@@ -38,5 +38,6 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_PCNET=y
CONFIG_PCI_GT64120=y
+CONFIG_PCI_MSC01=y
CONFIG_RTC_MC146818=y
CONFIG_SYS_NS16550=y
diff --git a/configs/maltael_defconfig b/configs/maltael_defconfig
index 963b9be59e..58d31d6a44 100644
--- a/configs/maltael_defconfig
+++ b/configs/maltael_defconfig
@@ -40,5 +40,6 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
CONFIG_SYS_FLASH_CFI=y
CONFIG_PCNET=y
CONFIG_PCI_GT64120=y
+CONFIG_PCI_MSC01=y
CONFIG_RTC_MC146818=y
CONFIG_SYS_NS16550=y
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
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 75f38000f6..affee00694 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -13,8 +13,6 @@
#define CONFIG_MEMSIZE_IN_BYTES
-#define CONFIG_PCI_MSC01
-
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
/*