Home
last modified time | relevance | path

Searched refs:yes (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A DKconfig23 If you say yes to this option, support will be included for an
32 If you say yes here you get support for the TI PCA954x
42 If you say yes to this option, support will be included for
51 If you say yes here you get support for the Maxim MAX96745
58 If you say yes here you get support for the Maxim MAX96755F
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c16 .curr = { "y", yes },
68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
229 prop->visible.tri == mod && choice_sym->curr.tri == yes) in sym_calc_visibility()
235 tri = yes; in sym_calc_visibility()
243 tri = yes; in sym_calc_visibility()
247 tri = yes; in sym_calc_visibility()
256 tri = yes; in sym_calc_visibility()
265 tri = yes; in sym_calc_visibility()
385 if (sym_is_choice_value(sym) && sym->visible == yes) { in sym_calc_value()
387 newval.tri = (prop_get_symbol(prop)->curr.val == sym) ? yes : no; in sym_calc_value()
[all …]
H A Dconf.c185 case yes: in conf_sym()
193 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
217 newval = yes; in conf_sym()
252 case yes: in conf_choice()
262 case yes: in conf_choice()
432 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
H A Dmconf.c548 case yes: ch = '*'; break; in build_conf()
564 if (val == yes) { in build_conf()
585 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
601 case yes: ch = '*'; break; in build_conf()
696 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
724 if (sym_set_tristate_value(sym, yes)) in conf()
842 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dconfdata.c140 sym->def[def].tri = yes; in conf_set_sym_val()
386 if (cs->def[def].tri == yes) { in conf_read_simple()
391 case yes: in conf_read_simple()
714 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
1065 if (csym->curr.tri != yes) in randomize_choice_values()
1084 sym->def[S_DEF_USER].tri = yes; in randomize_choice_values()
1180 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1187 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1196 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
1200 sym->def[S_DEF_USER].tri = yes; in conf_set_all_new_symbols()
H A Dnconf.c814 case yes: in build_conf()
833 if (val == yes) { in build_conf()
855 if (sym_is_choice_value(sym) && val == yes) { in build_conf()
869 case yes: in build_conf()
1180 sym_get_tristate_value(sym) == yes) in conf()
1195 if (sym_set_tristate_value(sym, yes)) in conf()
1338 sym_set_tristate_value(child->sym, yes); in conf_choice()
H A Dlkc.h159 return sym_set_tristate_value(chval, yes); in sym_set_choice_value()
H A Dexpr.c926 return yes; in expr_calc_value()
980 return res ? no : yes; in expr_calc_value()
982 return res >= 0 ? yes : no; in expr_calc_value()
984 return res > 0 ? yes : no; in expr_calc_value()
986 return res <= 0 ? yes : no; in expr_calc_value()
988 return res < 0 ? yes : no; in expr_calc_value()
990 return res ? yes : no; in expr_calc_value()
H A Dgconf.c819 newval = yes; in change_sym_value()
827 newval = yes; in change_sym_value()
1132 case yes: in fill_row()
1144 if (val != yes && sym_tristate_within_range(sym, yes)) in fill_row()
H A Dexpr.h28 no, mod, yes enumerator
H A Dqconf.cc173 case yes: in updateMenu()
199 if (expr != yes) in updateMenu()
200 setText(yesColIdx, sym_tristate_within_range(sym, yes) ? "_" : 0); in updateMenu()
761 setValue(item, yes); in keyPressEvent()
819 setValue(item, yes); in mouseReleaseEvent()
1073 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
H A DMakefile132 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dconfig.mk13 PLATFORM_CPPFLAGS += $(call cc-option,-mspe=yes) \
/rk3399_rockchip-uboot/common/
H A Dkgdb_stubs.c42 void kgdb_interruptible(int yes) in kgdb_interruptible() argument
/rk3399_rockchip-uboot/drivers/gpio/
H A DKconfig61 Say yes here to select AT91 PIO GPIO driver. AT91 PIO
74 Say yes here to support the Atmel PIO4 driver.
93 Say yes here to select Intel ICH6 compatible legacy GPIO driver.
228 Say yes here to support UniPhier GPIOs.
235 Say yes here to support Vybrid vf610 GPIOs.
242 Say yes here to support Microchip PIC32 GPIOs.
258 Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs.
279 Say yes here to provide access to several register-oriented
/rk3399_rockchip-uboot/drivers/i2c/
H A DKconfig96 Say yes here to select Cadence I2C Host Controller. This controller is
103 Say yes here to select the Designware I2C Host Controller. This
121 Say yes here to select Aspeed I2C Host Controller. The driver
/rk3399_rockchip-uboot/board/freescale/t102xrdb/
H A DREADME67 QUICC Engine: yes no
68 DIU: yes no
69 Deep Sleep: yes no
/rk3399_rockchip-uboot/board/freescale/t102xqds/
H A DREADME67 QUICC Engine: yes no
68 DIU: yes no
69 Deep Sleep: yes no
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dverified-boot.txt47 | |----------+ * | signature |--> yes/no
/rk3399_rockchip-uboot/doc/
H A DREADME.android-fastboot-protocol164 secure If the value is "yes", this is a secure
H A DREADME.falcon90 boot_os : Set to yes/Yes/true/True/1 to enable booting to OS,
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dlib1funcs.S160 subs \order, \order, #3 @ yes, 3 is intended here
/rk3399_rockchip-uboot/board/freescale/t208xrdb/
H A DREADME45 Aurora: yes no
/rk3399_rockchip-uboot/board/freescale/t208xqds/
H A DREADME45 Aurora: yes no
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py536 if not options.yes:

12