Re: [PATCH 03/11 net-next v5] ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)
From: Martin KaFai Lau
Date: Wed Mar 25 2026 - 13:38:50 EST
On 3/25/26 5:08 AM, Fernando Fernandez Mancera wrote:
As IPv6 is built-in only, it does not make sense to continue using
IS_BUILTIN(CONFIG_IPV6). Therefore, replace it with IS_ENABLED() when
necessary and drop it if it isn't valid anymore.
Acked-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>