I have a LS1028ARDB and I'm trying to build kernel with TSN and RT support, so I'm following the LSDK-21.08 guide but found some problems.
The LSDKUG_Rev21.08 says there is one kernel config parameter with symbol "MSCC_FELIX_SWITCH_PTP_CLOCK", but I can't find it in kernel config file while all prefix met, it doesn't exist in Kconfig file with path "drivers/net/ethernet/mscc/Kconfig". UG says related config option should located at line 38 of Kconfig metioned above but the specific file only has 35 lines.
I've tried these ways to find out some details about this, and listed below:
Guess: Maybe is version related problem
Seems that all Kernel with version LSDK-V4.19 don't have this problem. All kernels without this problem have some features:
Here is my question:
Thanks, and best wishes.
解決済! 解決策の投稿を見る。
1. You could ignore the lack of parameter "MSCC_FELIX_SWITCH_PTP_CLOCK", FELIX switch PTP clock support is open by default since Linux Kernel 5.4 release.
2. This is a normal release from NXP.
3. Yes, we will.
1. You could ignore the lack of parameter "MSCC_FELIX_SWITCH_PTP_CLOCK", FELIX switch PTP clock support is open by default since Linux Kernel 5.4 release.
2. This is a normal release from NXP.
3. Yes, we will.
OK, thanks a lot