Re: Difference between select and enable in Kconfig

From: Roman Zippel
Date: Sun Dec 21 2003 - 12:35:51 EST


Hi,

On Sun, 21 Dec 2003, Marcel Holtmann wrote:

> > case P_SELECT:
> > sym2 = prop_get_symbol(prop);
> > if ((sym->type != S_BOOLEAN && sym->type != S_TRISTATE) ||
> > (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE))
> > fprintf(stderr, "%s:%d:warning: enable is only allowed with boolean and tristate symbols\n",
> > ~~~~~~
>
> so both options achieve the same result. Why do we have two different
> options for the same stuff? Should we not remove one?

It was called first 'enable' and later renamed into 'select', which is now
the official version, so 'enable' could be indeed removed.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/