Searched full:nconfig (Results 1 – 15 of 15) sorted by relevance
/linux/Documentation/kbuild/ |
H A D | kconfig.rst | 9 The xconfig ('qconf'), menuconfig ('mconf'), and nconfig ('nconf') 227 nconfig chapter 230 nconfig is an alternate text-based configurator. It lists function 238 Searching in nconfig: 262 make NCONFIG_MODE=single_menu nconfig
|
/linux/scripts/kconfig/ |
H A D | Makefile | 43 nconfig-prog := nconf 56 $(foreach c, config menuconfig nconfig gconfig xconfig, $(eval $(call config_rule,$(c)))) 130 @echo ' nconfig - Update current config utilising a ncurses menu based program' 175 # nconf: Used for the nconfig target based on ncurses
|
H A D | nconf.c | 106 "nconfig supports switching between different configurations.\n" 113 "If you use nconfig in a xterm window, make sure your TERM environment\n" 115 "16 colors. Otherwise nconfig will look rather bad.\n" 118 "nconfig will adapt to sizes larger than the traditional 80x25 \"standard\"\n" 125 "rather than the default multimenu hierarchy, run nconfig with\n" 128 "make NCONFIG_MODE=single_menu nconfig\n" 662 "<ESC> to cancel and resume nconfig.", in do_exit()
|
H A D | parser.y | 636 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol()
|
/linux/include/sound/ |
H A D | tas2781-dsp.h | 152 unsigned int nconfig; member
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | README.rst | 148 "make nconfig" 增強的基於文本的彩色菜單。
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 145 "make nconfig" 增强的基于文本的彩色菜单。
|
/linux/sound/soc/codecs/ |
H A D | pcm6240.h | 184 unsigned int nconfig; member
|
H A D | pcm6240.c | 1540 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in pcmdev_regbin_ready() 1555 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in pcmdev_regbin_ready() 1563 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in pcmdev_regbin_ready()
|
H A D | tas2781-fmwlib.c | 340 fw_hdr->nconfig = get_unaligned_be32(&buf[offset]); in tasdevice_rca_parser() 356 cfg_info = kcalloc(fw_hdr->nconfig, sizeof(*cfg_info), GFP_KERNEL); in tasdevice_rca_parser() 364 for (i = 0; i < (int)fw_hdr->nconfig; i++) { in tasdevice_rca_parser()
|
/linux/Documentation/gpu/ |
H A D | vkms.rst | 24 make nconfig
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-evi.dts | 104 nconfig-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
|
/linux/Documentation/admin-guide/ |
H A D | README.rst | 164 "make nconfig" Enhanced text based color menus.
|
H A D | verify-bugs-and-bisect-regressions.rst | 516 'nconfig', you will need to install the development files of ncurses; for 1261 configuration using make the targets 'menuconfig' or 'nconfig'; likewise omit 1559 At this point you can use a command like ``make menuconfig`` or ``make nconfig``
|
/linux/drivers/power/supply/ |
H A D | max1720x_battery.c | 190 { .name = "nConfig", .offset = 96, .bytes = 2, },
|