rk3588 crypto extension

From https://lore.kernel.org/all/20231107155532.3747113-1-clabbe@baylibre.com/
This commit is contained in:
Motiejus Jakštys 2024-03-07 11:12:28 +02:00
parent f9426cddba
commit dc5569f331
2 changed files with 2372 additions and 0 deletions

View File

@ -21,7 +21,14 @@ in {
name = "orangepi-5-plus-collabora-${version}";
patch = ./orangepi5plus/rk3588-v${version}.patch;
}
{
name = "rk3588-crypto";
patch = ./orangepi5plus/rk3588-crypto.patch;
}
];
extraConfig = ''
CRYPTO_DEV_ROCKCHIP2 m
'';
extraMeta.branch = "6.8";
});

File diff suppressed because it is too large Load Diff