kconfig: save location of config symbols
[pandora-kernel.git] / scripts / kconfig / expr.h
index 75a31e4..6ee2e4f 100644 (file)
@@ -132,6 +132,7 @@ enum prop_type {
        P_SELECT,   /* select BAR */
        P_RANGE,    /* range 7..100 (for a symbol) */
        P_ENV,      /* value from environment variable */
+       P_SYMBOL,   /* where a symbol is defined */
 };
 
 struct property {