Searched refs:BOOL (Results 1 – 6 of 6) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | allmodconfig.py | 26 if sym.orig_type == kconfiglib.BOOL: 36 choice.set_value(2 if choice.orig_type == kconfiglib.BOOL else 1)
|
| H A D | listnewconfig.py | 19 from kconfiglib import Kconfig, BOOL, TRISTATE, INT, HEX, STRING, TRI_TO_STR 58 if sym.orig_type in (BOOL, TRISTATE):
|
| H A D | oldconfig.py | 32 from kconfiglib import Symbol, Choice, BOOL, TRISTATE, HEX, standard_kconfig 237 if sym.type in (BOOL, TRISTATE):
|
| H A D | kconfiglib.py | 1284 if not (sym.orig_type is BOOL 1724 sym.orig_type is BOOL and \ 4282 return BOOL 4491 (self.type is BOOL or expr_value(self.weak_rev_dep) == 2): 4613 if not (self.orig_type is BOOL and value in (2, 0) or 4832 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2: 4841 if self.type is BOOL or expr_value(self.weak_rev_dep) == 2: 4941 if val == 1 and self.type is BOOL: 5179 return BOOL 5207 return 2 if val == 1 and self.type is BOOL else val [all …]
|
| H A D | guiconfig.py | 76 BOOL, TRISTATE, STRING, INT, HEX, \ 262 elif sym.orig_type in (BOOL, TRISTATE): 875 if item.type == BOOL:
|
| H A D | menuconfig.py | 219 BOOL, TRISTATE, STRING, INT, HEX, \ 762 elif sym.orig_type in (BOOL, TRISTATE): 3062 if item.type == BOOL:
|