Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A D.Ksym.o.cmd6 $(wildcard include/config/enable/menuconfig.h) \
7 $(wildcard include/config/pure/sn.h) \
8 $(wildcard include/config/mboot.h) \
9 $(wildcard include/config/mstar/dvfs/kernel/support.h) \
10 $(wildcard include/config/mstar/ipapool.h) \
11 $(wildcard include/config/frc.h) \
12 $(wildcard include/config/utopia/tee.h) \
13 $(wildcard include/config/nos.h) \
14 $(wildcard include/config/ecos.h) \
15 $(wildcard include/config/mlog.h) \
[all …]
/utopia/UTPA2-700.0.x/projects/build/
H A DKconfig11 config EMERALD
17 config EDISON
23 config EDEN
29 config EIFFEL
35 config EULER
41 config AMETHYST
47 config MACAW12
53 config K1
59 config KERES
65 config KIRIN
[all …]
H A DMakefile39 CONFIG = $(PROJ)/.config
1471 KCONFIG_CONFIG ?= .config
1566 config-targets := 0
1568 dot-config := 1
1570 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
1571 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
1572 dot-config := 0
1577 ifneq ($(filter config %config,$(MAKECMDGOALS)),)
1578 config-targets := 1
1579 ifneq ($(filter-out config %config,$(MAKECMDGOALS)),)
[all …]
H A DREADME12 …a. cp <chip_name>/<config_name> .config (e.g., cp eden/.config_eden_nos_r2_softfloat_static_genera…
17 …a. cp <chip_name>/<config_name> .config (e.g., cp eden/.config_eden_nos_r2_softfloat_static_genera…
24 …a. cp <chip_name>/<config_name> .config (e.g., cp eden/.config_eden_nos_r2_softfloat_static_genera…
25 … choose what want, and then exit. The menuconfig system will save your configuration as ".config").
32 1. Add the definitins in Kconfig (e.g., In mxlib/drv/tsp/Kconfig, you can see "config TSP2_ENABLE")
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A DMakefile5 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
23 config: $(obj)/conf target
46 $(Q)perl $< $(srctree) $(Kconfig) $(LSMOD_F) > .tmp.config
47 $(Q)if [ -f .config ]; then \
48 cmp -s .tmp.config .config || \
49 (mv -f .config .config.old.1; \
50 mv -f .tmp.config .config; \
52 mv -f .config.old.1 .config.old) \
54 mv -f .tmp.config .config; \
57 $(Q)rm -f .tmp.config
[all …]
H A Dstreamline_config.pl47 my $config = ".config";
138 my $config;
179 $config = $2;
183 $depends{$config} .= " " . $ifdeps[$i];
185 $depends{$config} = $ifdeps[$i];
193 $depends{$config} = $1;
195 $depends{$config} .= " " . $1;
200 $selects{$1} .= " " . $config;
202 $selects{$1} = $config;
208 $prompts{$config} = 1;
[all …]
H A D.zconf.tab.o.cmd46 $(wildcard include/config/.h) \
47 $(wildcard include/config/list.h) \
76 $(wildcard include/config/config.h) \
77 $(wildcard include/config/autoconfig.h) \
78 $(wildcard include/config/overwriteconfig.h) \
79 $(wildcard include/config/autoheader.h) \
80 $(wildcard include/config/tristate.h) \
H A D.conf.o.cmd6 $(wildcard include/config/.h) \
7 $(wildcard include/config/allconfig.h) \
8 $(wildcard include/config/nosilentupdate.h) \
59 $(wildcard include/config/list.h) \
H A D.mconf.o.cmd6 $(wildcard include/config/mode.h) \
7 $(wildcard include/config/color.h) \
8 $(wildcard include/config/.h) \
69 $(wildcard include/config/list.h) \
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Ddiffconfig51 def print_config(op, config, value, new_value): argument
57 print "# CONFIG_%s is not set" % config
59 print "CONFIG_%s=%s" % (config, new_value)
62 print "-%s %s" % (config, value)
64 print "+%s %s" % (config, new_value)
66 print " %s %s -> %s" % (config, value, new_value)
102 for config in a:
103 if config not in b:
104 old.append(config)
106 for config in old:
[all …]
H A Dconfig6 Manipulate options in a .config file from the command line.
8 config options command ...
29 --file .config file to change (default .config)
31 config doesn't check the validity of the .config file. This is done at next
/utopia/UTPA2-700.0.x/projects/build/scripts/checkconfig/
H A Dcheck-config.sh12 cat .config | \grep -v ^# | \grep -v ^$ | sort > config.tmp
24 grep $ANDROID_IDENTIFIER config.tmp > /dev/null
26 echo check .config with config.required.android
28 grep $REQUIRED_CONFIG_PATH/config.required.android -v -f config.tmp
34 echo check .config with config.required.supernova
36 grep $REQUIRED_CONFIG_PATH/config.required.supernova -v -f config.tmp
44 grep $EMMC_IDENTIFIER config.tmp > /dev/null
46 echo check .config with config.required.emmc
48 grep $REQUIRED_CONFIG_PATH/config.required.emmc -v -f config.tmp
54 grep $NAND_IDENTIFIER config.tmp > /dev/null
[all …]
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DKconfig1 config API_DMX
11 config DMX_UTOPIA_20_ENABLE
17 config STC64_ENABLE
23 config VQ_ENABLE
29 config FIVQ_ENABLE
35 config FQ_ENABLE
41 config EXT_FILTER_ENABLE
47 config TSP2_ENABLE
53 config TSP3_ENABLE
59 config MMFILEIN_ENABLE
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvConfig.c415 int usb_parse_configuration(struct usb_device *dev, struct usb_host_config *config, char *buffer) in usb_parse_configuration() argument
421 memcpy(&config->desc, buffer, USB_DT_CONFIG_SIZE); in usb_parse_configuration()
422 config->desc.wTotalLength = LE16ToCPU(config->desc.wTotalLength); in usb_parse_configuration()
423 size = config->desc.wTotalLength; in usb_parse_configuration()
428 if (config->desc.bNumInterfaces > USB_MAXINTERFACES) { in usb_parse_configuration()
433 for (i = 0; i < config->desc.bNumInterfaces; ++i) { in usb_parse_configuration()
434config->interface[i] = (struct usb_interface *) kmalloc(sizeof(struct usb_interface), GFP_KERNEL); in usb_parse_configuration()
435 dbg("kmalloc IF %p, numif %i", config->interface[i], i); in usb_parse_configuration()
436 if (!config->interface[i]) { in usb_parse_configuration()
441 memset(config->interface[i], 0x00, sizeof(struct usb_interface)); in usb_parse_configuration()
[all …]
H A DdrvMsg.c492 if (dev->config[i].desc.bConfigurationValue == configuration) { in usb_set_configuration()
493 cp = &dev->config[i]; in usb_set_configuration()
603 struct usb_host_config *config; in usb_reset_configuration() local
610 config = dev->actconfig; in usb_reset_configuration()
613 config->desc.bConfigurationValue, 0, in usb_reset_configuration()
621 for (i = 0; i < config->desc.bNumInterfaces; i++) { in usb_reset_configuration()
622 struct usb_interface *intf = config->interface[i]; in usb_reset_configuration()
H A DdrvUSBDebug.c109 static void usb_show_config(struct usb_host_config *config) in usb_show_config() argument
114 usb_show_config_descriptor(&config->desc); in usb_show_config()
115 for (ii = 0; ii < config->desc.bNumInterfaces; ii++) { in usb_show_config()
116 ifp = config->interface[ii]; in usb_show_config()
135 usb_show_config(dev->config + i); in usb_show_device()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A DKconfig7 config UTOPIA_TEE
11 config UTOPIA_DRIVER_STRUCT_PACKED
15 config UTOPIA_FRAMEWORK
19 config UTOPIA_FRAMEWORK_KERNEL_DRIVER
23 config UTOPIA_FRAMEWORK_KERNEL_DRIVER_64BIT
27 config UTOPIA_FRAMEWORK_KERNEL_DRIVER_32BIT
31 config UTOPIA_FRAMEWORK_DISABLE_SYSTEM_V_IPCS
35 config UTOPIAXP_PATCH
39 config UTOPIAXP_CONF_PATH
43 config UTOPIA_MODE_DEFAULT_KERNEL
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DKconfig1 config API_GOP
9 config GOP_POOL_ARRANGE
15 config GOP_GWIN_MISC
21 config GOP_2ND_PAL
27 config GOP_BG
33 config GOP_FADE
39 config GOP_YUV_SWAP
45 config GOP_CONTRAST
51 config GOP_VE_CAPTURE
57 config GOP_SCROLL
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/
H A Dinstall_policy.sh35 if [ ! -f /etc/selinux/config ]; then
36 cat > /etc/selinux/config << EOF
41 TYPE=`cat /etc/selinux/config | grep "^SELINUXTYPE" | tail -1 | awk -F= '{ print $2 '}`
50 mv /etc/selinux/config /etc/selinux/config.mdpbak
51 grep -v "^SELINUXTYPE" /etc/selinux/config.mdpbak >> /etc/selinux/config
52 echo "SELINUXTYPE=dummy" >> /etc/selinux/config
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DKconfig1 config DRV_DSCMB2
10 config DSCMB2_UTOPIA_20_ENABLE
16 config DSCMB2_NSK_ENABLE
22 config DSCMB2_MULTI2_ENABLE
28 config DSCMB2_NO_PRINTF_ENABLE
34 config DSCMB2_HW_SEM_ENABLE
41 config DSCMB2_SECURE_MODE_ENABLE
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvConfig.c416 if (dev->config == NULL) in ms_usb_destroy_config()
429 struct usb_host_config *pConfig = &dev->config[config_idx]; in ms_usb_destroy_config()
435 kfree(dev->config); in ms_usb_destroy_config()
462 dev->config = (struct usb_host_config *) in ms_usb_get_config()
466 if (!dev->config) in ms_usb_get_config()
472 memset(dev->config, 0, dev->descriptor.bNumConfigurations * in ms_usb_get_config()
522 retval = ms_usb_parse_config(dev, &dev->config[cfg_num], (char*) pBuf_tmp); in ms_usb_get_config()
/utopia/UTPA2-700.0.x/modules/sar/drv/sar/
H A DKconfig1 config DRV_SAR
9 config MSTAR_UTPA2K_SAR_ENABLE
15 config MSTAR_T_SENSOR_ENABLE
21 config MSTAR_DVFS_ENABLE
29 config MSTAR_DVFS_KERNEL_SUPPORT
/utopia/UTPA2-700.0.x/projects/build/scripts/package/
H A Dbuilddeb44 debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y .config && echo el) ;;
46 debarch=arm$(grep -q CONFIG_AEABI=y .config && echo el) ;;
108 cp .config "$tmpdir/usr/share/doc/$packagename/config"
113 cp .config "$tmpdir/boot/config-$version"
122 if grep -q '^CONFIG_MODULES=y' .config ; then
/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DKconfig1 config DRV_HWI2C
9 config MSTAR_UTPA2K_HWI2C_ENABLE
14 config MSTAR_HWI2C_KERNEL_MODE
21 config HWIIC_INTERRUPT_MODE_ENABLE
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A D.fixdep.cmd6 $(wildcard include/config/his/driver.h) \
7 $(wildcard include/config/my/option.h) \
8 $(wildcard include/config/.h) \
9 $(wildcard include/config/foo.h) \
10 $(wildcard include/config/boom.h) \

12345678910>>...14