[PATCH v4 1/4] tools: Separate image types which depend on OpenSSL
Samuel Holland
samuel at sholland.org
Fri Oct 22 03:25:41 CEST 2021
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
More information about the U-Boot
mailing list