On Thu, May 22, 2025 at 2:43 PM Tariq Toukan <tariqt@xxxxxxxxxx> wrote: > > From: Saeed Mahameed <saeedm@xxxxxxxxxx> > > GENERIC_ALLOCATOR is a non-prompt kconfig, meaning users can't enable it > selectively. All kconfig users of GENERIC_ALLOCATOR select it, except of > NET_DEVMEM which only depends on it, there is no easy way to turn > GENERIC_ALLOCATOR on unless we select other unnecessary configs that > will select it. > > Instead of depending on it, select it when NET_DEVMEM is enabled. > > Signed-off-by: Saeed Mahameed <saeedm@xxxxxxxxxx> > Reviewed-by: Dragos Tatulea <dtatulea@xxxxxxxxxx> > Signed-off-by: Cosmin Ratiu <cratiu@xxxxxxxxxx> > Signed-off-by: Tariq Toukan <tariqt@xxxxxxxxxx> Reviewed-by: Mina Almasry <almasrymina@xxxxxxxxxx> -- Thanks, Mina