Searched refs:TRISTATE (Results 1 – 6 of 6) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| 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 | allmodconfig.py | 32 elif sym.orig_type == kconfiglib.TRISTATE:
|
| H A D | kconfiglib.py | 1002 sym.orig_type = TRISTATE 1286 sym.orig_type is TRISTATE 4278 if self.orig_type is TRISTATE and \ 4614 self.orig_type is TRISTATE and value in TRI_TO_STR or 5178 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value: 5267 self.orig_type is TRISTATE and value in TRI_TO_STR): 6299 if sc.choice.orig_type is TRISTATE and \ 6300 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2: 6304 if sc.orig_type is TRISTATE and vis == 1 and sc.choice.tri_value == 2: 6310 if vis == 1 and sc.type is not TRISTATE: [all …]
|
| H A D | guiconfig.py | 76 BOOL, TRISTATE, STRING, INT, HEX, \ 262 elif sym.orig_type in (BOOL, TRISTATE):
|
| H A D | menuconfig.py | 219 BOOL, TRISTATE, STRING, INT, HEX, \ 762 elif sym.orig_type in (BOOL, TRISTATE):
|