| /buildroot/support/kconfig/ |
| A D | symbol.c | 120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 121 if (prop->visible.tri != no) in sym_get_default_prop() 132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 222 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 230 prop->visible.tri = no; in sym_calc_visibility() 236 if (sym->visible != tri) { in sym_calc_visibility() 237 sym->visible = tri; in sym_calc_visibility() 286 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default() 399 if (sym->visible != no) in sym_calc_value() 418 sym->visible); in sym_calc_value() [all …]
|
| A D | menu.c | 133 prop->visible.expr = dep; in menu_add_prop() 164 prop->visible.expr in menu_add_prop() 165 = expr_alloc_and(prop->visible.expr, in menu_add_prop() 392 dep = rewrite_m(prop->visible.expr); in menu_finalize() 398 prop->visible.expr = dep; in menu_finalize() 528 prop->visible.expr); in menu_finalize() 634 tristate visible; in menu_is_visible() local 647 visible = menu->prompt->visible.tri; in menu_is_visible() 649 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible() 651 if (visible != no) in menu_is_visible() [all …]
|
| A D | zconf.y | 468 | visibility_list visible 472 visible: T_VISIBLE if_expr 679 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 681 expr_fprint(prop->visible.expr, out); in print_symbol() 688 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 690 expr_fprint(prop->visible.expr, out); in print_symbol() 755 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 757 expr_fprint(prop->visible.expr, out); in zconfdump()
|
| A D | qconf.h | 127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem() 137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem() 188 bool visible; variable
|
| A D | qconf.cc | 218 if (!sym_has_value(sym) && visible) in updateMenu() 228 visible = v; in testUpdateMenu() 591 bool visible; in updateMenuList() local 623 visible = menu_is_visible(child); in updateMenuList() 630 item->testUpdateMenu(visible); in updateMenuList() 656 bool visible; in updateMenuList() local 688 visible = menu_is_visible(child); in updateMenuList() 695 item->testUpdateMenu(visible); in updateMenuList() 1073 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo() 1123 if (_menu->prompt->visible.expr) { in menuInfo() [all …]
|
| A D | expr.h | 114 tristate visible; member 194 struct expr_value visible; member
|
| A D | mconf.c | 474 bool visible; in build_conf() local 480 visible = menu_is_visible(menu); in build_conf() 483 else if (!show_all_options && !visible) in build_conf()
|
| /buildroot/board/olpc/ |
| A D | olpc.fth | 3 : (visible) " unfreeze visible" evaluate ; 4 ' (visible) catch drop forget (visible)
|
| /buildroot/package/tzdata/ |
| A D | Config.in | 1 # This package is not meant to be user-visible.
|
| /buildroot/package/lm-sensors/ |
| A D | Config.in | 31 visible through the ISA bus. 37 Isaset is a small helper program to set register visible
|
| /buildroot/package/libpagekite/ |
| A D | Config.in | 10 address visible to the wider Internet, but can also be used
|
| /buildroot/board/arrow/avenger96/ |
| A D | readme.txt | 40 (5) The system will start, with the console on UART, but also visible
|
| /buildroot/board/stmicroelectronics/stm32mp157a-dk1/ |
| A D | readme.txt | 37 (4) The system will start, with the console on UART, but also visible
|
| /buildroot/board/stmicroelectronics/stm32mp157c-dk2/ |
| A D | readme.txt | 37 (4) The system will start, with the console on UART, but also visible
|
| /buildroot/package/readline/ |
| A D | inputrc | 7 set bell-style visible
|
| /buildroot/board/intel/galileo/ |
| A D | readme.txt | 50 The console should now be visible at 115200 baud.
|
| /buildroot/package/libunwind/ |
| A D | Config.in | 16 # architectures (as visible in the list of architectures supported
|
| /buildroot/support/kconfig/patches/ |
| A D | 01-kconfig-kernel-to-buildroot.patch | 16 <property name="visible">True</property>
|
| /buildroot/board/sipeed/licheepi_nano/ |
| A D | readme.txt | 60 and plug the USB cable. A new USB device should be visible with
|
| /buildroot/package/libwebsock/ |
| A D | 0003-fix-incorrect-inline.patch | 11 So utf8d is not visible when compiling util.c either.
|
| /buildroot/package/busybox/ |
| A D | Config.in | 100 # depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS are visible when Busybox
|
| /buildroot/package/dc3dd/ |
| A D | 0003-fix-for-glibc-2.28.patch | 3 glibc 2.28 hides a number of internal macros that used to be visible. gnulib
|
| /buildroot/toolchain/toolchain-buildroot/ |
| A D | Config.in | 93 This option is visible if no C library is available for the
|
| /buildroot/docs/manual/ |
| A D | faq-troubleshooting.adoc | 75 [[faq-why-not-visible-package]] 76 === Why are some packages not visible in the Buildroot config menu? 89 If the package is not visible due to some unmet toolchain options,
|
| A D | adding-packages-directory.adoc | 184 * Selecting +Package C+ will be visible if +Package B+ has been 185 selected, which in turn is only visible if +Package A+ has been 232 made visible in a comment: since it is unlikely that the user can 236 The +comment+ should only be visible if the +config+ option itself would 237 be visible when the toolchain option dependencies are met. This means
|