Home
last modified time | relevance | path

Searched refs:Kconfig (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
41 kconf = Kconfig(args.kconfig, suppress_traceback=True)
H A Ddefconfig.py37 kconf = kconfiglib.Kconfig(args.kconfig, suppress_traceback=True)
H A Dsavedefconfig.py43 kconf = kconfiglib.Kconfig(args.kconfig, suppress_traceback=True)
H A Dsetconfig.py62 kconf = kconfiglib.Kconfig(args.kconfig, suppress_traceback=True)
H A Dgenconfig.py112 kconf = kconfiglib.Kconfig(args.kconfig, suppress_traceback=True)
H A Dkconfiglib.py575 class Kconfig(object): class
6222 return Kconfig(parser.parse_args().kconfig, suppress_traceback=True)