summaryrefslogtreecommitdiff
path: root/arch/Kconfig.nxp
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-01-10 19:19:42 +0300
committerTom Rini <trini@konsulko.com>2023-01-20 20:27:23 +0300
commita84fa1bef4382b30de0e8b57997075aabe6f583a (patch)
tree3c3b498463bb2acb07773e775618066865bd61b1 /arch/Kconfig.nxp
parent89c90cadf371cafe06ce99b80c0334043fabf5cd (diff)
downloadu-boot-a84fa1bef4382b30de0e8b57997075aabe6f583a.tar.xz
nxp: Finish migration of SYS_FSL_SRDS_[12] to Kconfig
As this is used on both ARM and PowerPC platforms, this needs to be listed in arch/Kconfig.nxp and match how they're currently used by select'ing them under the required PowerPC ARCH_xxx options. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig.nxp')
-rw-r--r--arch/Kconfig.nxp9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp
index 645b4ce057..6e1c44b7ea 100644
--- a/arch/Kconfig.nxp
+++ b/arch/Kconfig.nxp
@@ -286,4 +286,13 @@ config HAS_FSL_DR_USB
config SYS_DPAA_FMAN
bool
+config SYS_FSL_SRDS_1
+ bool
+
+config SYS_FSL_SRDS_2
+ bool
+
+config SYS_HAS_SERDES
+ bool
+
endmenu