diff options
author | Tom Rini | 2023-01-10 11:19:42 -0500 |
---|---|---|
committer | Tom Rini | 2023-01-20 12:27:23 -0500 |
commit | a84fa1bef4382b30de0e8b57997075aabe6f583a (patch) | |
tree | 3c3b498463bb2acb07773e775618066865bd61b1 /arch/Kconfig.nxp | |
parent | 89c90cadf371cafe06ce99b80c0334043fabf5cd (diff) |
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.nxp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index 645b4ce0571..6e1c44b7ea8 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 |