layerscape: refresh 6.6 config
authorPawel Dembicki <paweldembicki@gmail.com>
Tue, 26 Mar 2024 10:08:05 +0000 (11:08 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 25 May 2024 18:18:23 +0000 (20:18 +0200)
commitec956af626422e39ab6bdc796726f631e8a2349a
tree3aff2a55e1300553f57da567f291905dd56caeb6
parentc9ecca141ac756a27b08d25af01194429f139973
layerscape: refresh 6.6 config

Mostly done by 'make kernel_oldconfig'.

armv8_64b has added one entry manually:
CONFIG_CRYPTO_CURVE25519=y

as workaround for error:
aarch64-openwrt-linux-musl-ld: crypto/crypto_engine.o: in function
`crypto_engine_register_kpp':
crypto_engine.c:687: undefined reference to `crypto_register_kpp'
crypto_engine.c:687:(.text+0x57c): relocation truncated to fit:
R_AARCH64_CALL26 against undefined symbol `crypto_register_kpp'
aarch64-openwrt-linux-musl-ld: crypto/crypto_engine.o: in function
`crypto_engine_unregister_kpp':
crypto/crypto_engine.c:693: undefined reference to `crypto_unregister_kpp'
crypto_engine.c:693:(.text+0x5a0): relocation truncated to fit:
R_AARCH64_CALL26 against undefined symbol `crypto_unregister_kpp'

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
target/linux/layerscape/armv7/config-6.6
target/linux/layerscape/armv8_64b/config-6.6