Home
last modified time | relevance | path

Searched full:nconfig (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/kbuild/
H A Dkconfig.rst9 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 DMakefile43 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 Dnconf.c106 "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 Dparser.y636 fprintf(out, "\nconfig %s\n", sym->name); in print_symbol()
/linux/include/sound/
H A Dtas2781-dsp.h152 unsigned int nconfig; member
/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst148 "make nconfig" 增強的基於文本的彩色菜單。
/linux/Documentation/translations/zh_CN/admin-guide/
H A DREADME.rst145 "make nconfig" 增强的基于文本的彩色菜单。
/linux/sound/soc/codecs/
H A Dpcm6240.h184 unsigned int nconfig; member
H A Dpcm6240.c1540 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 Dtas2781-fmwlib.c340 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 Dvkms.rst24 make nconfig
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-evi.dts104 nconfig-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
/linux/Documentation/admin-guide/
H A DREADME.rst164 "make nconfig" Enhanced text based color menus.
H A Dverify-bugs-and-bisect-regressions.rst516 '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 Dmax1720x_battery.c190 { .name = "nConfig", .offset = 96, .bytes = 2, },