
22 Oct
2021
22 Oct
'21
3:25 a.m.
On 10/21/21 8:00 AM, Marek BehĂșn wrote:
BTW, wouldn't it be enough to simply imply TOOLS_LIBCRYPTO for mvebu platform in Kconfig?
No, that would not do anything. For example:
config ARMADA_32BIT imply TOOLS_LIBCRYPTO
is equivalent to:
config TOOLS_LIBCRYPTO default y if ARMADA_32BIT
but TOOLS_LIBCRYPTO is already "default y". To force TOOLS_LIBCRYPTO=y, you must select it.
Regards, Samuel