Home
last modified time | relevance | path

Searched refs:TRISTATE (Results 1 – 6 of 6) sorted by relevance

/optee_os/scripts/kconfig/kconfiglib/
H A Dlistnewconfig.py19 from kconfiglib import Kconfig, BOOL, TRISTATE, INT, HEX, STRING, TRI_TO_STR
58 if sym.orig_type in (BOOL, TRISTATE):
H A Doldconfig.py32 from kconfiglib import Symbol, Choice, BOOL, TRISTATE, HEX, standard_kconfig
237 if sym.type in (BOOL, TRISTATE):
H A Dallmodconfig.py32 elif sym.orig_type == kconfiglib.TRISTATE:
H A Dkconfiglib.py1002 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 Dguiconfig.py76 BOOL, TRISTATE, STRING, INT, HEX, \
262 elif sym.orig_type in (BOOL, TRISTATE):
H A Dmenuconfig.py219 BOOL, TRISTATE, STRING, INT, HEX, \
762 elif sym.orig_type in (BOOL, TRISTATE):