kconfig: remove P_ENV property type
[carl9170fw.git] / config / expr.h
index 84a5199bb46b94894195d39fbda084b6542a38ec..7c329e179007a1e7cf92f012eee74f9ccb2f85d1 100644 (file)
@@ -185,7 +185,6 @@ enum prop_type {
        P_SELECT,   /* select BAR */
        P_IMPLY,    /* imply BAR */
        P_RANGE,    /* range 7..100 (for a symbol) */
-       P_ENV,      /* value from environment variable */
        P_SYMBOL,   /* where a symbol is defined */
 };