Re: [PATCH v2 04/14] meson: Introduce CONFIG_TCG_TARGET

2025-02-03 Thread Thomas Huth
On 03/02/2025 17.38, Richard Henderson wrote: On 2/3/25 02:08, Thomas Huth wrote: On 03/02/2025 04.18, Richard Henderson wrote: Use CONFIG_TCG as a project-wide flag to indicate that TCG is enabled for *some* target.  Use CONFIG_TCG_TARGET to indicate that TCG is enabled for a specific target.

Re: [PATCH v2 04/14] meson: Introduce CONFIG_TCG_TARGET

2025-02-03 Thread Richard Henderson
On 2/3/25 02:08, Thomas Huth wrote: On 03/02/2025 04.18, Richard Henderson wrote: Use CONFIG_TCG as a project-wide flag to indicate that TCG is enabled for *some* target.  Use CONFIG_TCG_TARGET to indicate that TCG is enabled for a specific target. Within a specific compilation unit, we can rem

Re: [PATCH v2 04/14] meson: Introduce CONFIG_TCG_TARGET

2025-02-03 Thread Thomas Huth
On 03/02/2025 04.18, Richard Henderson wrote: Use CONFIG_TCG as a project-wide flag to indicate that TCG is enabled for *some* target. Use CONFIG_TCG_TARGET to indicate that TCG is enabled for a specific target. Within a specific compilation unit, we can remap CONFIG_TCG based on CONFIG_TCG_TAR