aboutsummaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorTom Rini2022-06-20 08:07:45 -0400
committerTom Rini2022-07-05 17:04:59 -0400
commit3dc2987f5c9b79e19ea6b0e69e01a817310abaac (patch)
tree805f9479527bb5be5254ceb5bade28ee9b3719b9 /include/configs/P1010RDB.h
parenta552ffc9d270769286d7a0697913689c31537bfa (diff)
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/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 813516892c6..5f64bd944b3 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -63,9 +63,6 @@
/* High Level Configuration Options */
#if defined(CONFIG_PCI)
-#define CONFIG_PCIE1 /* PCIE controller 1 (slot 1) */
-#define CONFIG_PCIE2 /* PCIE controller 2 (slot 2) */
-
/*
* PCI Windows
* Memory space is mapped 1-1, but I/O space must start from 0.