diff options
| author | Niklas Söderlund <[email protected]> | 2024-07-31 12:53:21 +0200 |
|---|---|---|
| committer | Geert Uytterhoeven <[email protected]> | 2024-08-02 11:28:21 +0200 |
| commit | 84542dfad12252887bc14402f2bdc6286262cbae (patch) | |
| tree | 91f95698e245898bc796dc33dd2f7d1029ab931c | |
| parent | 6d21b760b7a6603a16216ba78d2b6457e12ad6e6 (diff) | |
arm64: defconfig: Enable R-Car Ethernet-TSN support
Enable support for R-Car Ethernet-TSN, as found on the White-Hawk
development board.
Signed-off-by: Niklas Söderlund <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
| -rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d385f7dabf5..9a345ebddb0a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -366,6 +366,7 @@ CONFIG_R8169=m CONFIG_SH_ETH=y CONFIG_RAVB=y CONFIG_RENESAS_ETHER_SWITCH=y +CONFIG_RTSN=y CONFIG_SMC91X=y CONFIG_SMSC911X=y CONFIG_SNI_AVE=y |