Searched refs:_make_and (Results 1 – 1 of 1) sorted by relevance
| /optee_os/scripts/kconfig/kconfiglib/ |
| H A D | kconfiglib.py | 2863 def _make_and(self, e1, e2): member in Kconfig 3154 node.dep = self._make_and(node.dep, 3198 node.visibility = self._make_and(node.visibility, 3606 visible_if = self._make_and(visible_if, node.visibility) 3651 dep = cur.dep = self._make_and(cur.dep, basedep) 3657 self._make_and( 3659 self._make_and(visible_if, dep))) 3663 cur.defaults = [(default, self._make_and(cond, dep)) 3668 cur.ranges = [(low, high, self._make_and(cond, dep)) 3673 cur.selects = [(target, self._make_and(cond, dep)) [all …]
|