]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/kconfig/expr.h
ath5k: Misc hw_attach fixes
[linux-2.6-omap-h63xx.git] / scripts / kconfig / expr.h
index b6f922c77e0ba11b5b0454954d45f526eab30535..9d4cba1c001d9ec5f48a365a2d864e1b2f3f467a 100644 (file)
@@ -106,7 +106,8 @@ struct symbol {
 #define SYMBOL_HASHMASK                0xff
 
 enum prop_type {
-       P_UNKNOWN, P_PROMPT, P_COMMENT, P_MENU, P_DEFAULT, P_CHOICE, P_SELECT, P_RANGE
+       P_UNKNOWN, P_PROMPT, P_COMMENT, P_MENU, P_DEFAULT, P_CHOICE,
+       P_SELECT, P_RANGE, P_ENV
 };
 
 struct property {