Home
last modified time | relevance | path

Searched full:autoconf (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v5.15/include/linux/
Dkconfig.h5 #include <generated/autoconf.h>
55 * autoconf.h.
71 * autoconf.h, while CONFIG_FOO=m results in "#define CONFIG_FOO_MODULE 1".
Dipv6.h18 __s32 autoconf; member
88 __s32 autoconf; member
/Linux-v5.15/scripts/basic/
Dfixdep.c19 * every file in the kernel includes autoconf.h.
21 * If the user re-runs make *config, autoconf.h will be
23 * includes autoconf.h, i.e. basically all files. This is extremely
27 * the dependency on autoconf.h by a dependency on every config
76 * process filtering out the dependency on autoconf.h and adding
265 return str_ends_with(s, len, "include/generated/autoconf.h") || in is_ignored_file()
/Linux-v5.15/kernel/
Dgen_kheaders.sh37 # When Kconfig regenerates include/generated/autoconf.h, its timestamp is
41 # check include/generated/autoconf.h explicitly.
46 grep -v "include/generated/autoconf.h" |
/Linux-v5.15/tools/usb/usbip/
DINSTALL41 `configure' by a program called `autoconf'. You need `configure.ac' if
43 of `autoconf'.
197 an Autoconf bug. Until the bug is fixed you can use this workaround:
212 Print the version of Autoconf used to generate the `configure'
Dautogen.sh7 #autoconf
Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script.
DREADME43 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
/Linux-v5.15/arch/arc/include/uapi/asm/
Dpage.h25 * using the correct uClibc header and in their build our autoconf.h is
/Linux-v5.15/Documentation/admin-guide/nfs/
Dnfsroot.rst88 ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:<dns0-ip>:<dns1-ip>:<nt…
100 The <autoconf> parameter can appear alone as the value to the ip
151 <autoconf> Method to use for autoconfiguration.
/Linux-v5.15/drivers/phy/cadence/
Dphy-cadence-sierra.c272 bool autoconf; member
350 if (phy->autoconf) in cdns_sierra_phy_init()
899 sp->autoconf = of_property_read_bool(dn, "cdns,autoconf"); in cdns_sierra_phy_probe()
918 if (!sp->autoconf) { in cdns_sierra_phy_probe()
949 if (!sp->autoconf && sp->nsubnodes > 1) in cdns_sierra_phy_probe()
/Linux-v5.15/Documentation/networking/
Dipv6.rst42 autoconf
/Linux-v5.15/Documentation/
Ddontdiff91 autoconf.h*
/Linux-v5.15/Documentation/devicetree/bindings/phy/
Dphy-cadence-sierra.yaml72 cdns,autoconf:
/Linux-v5.15/Documentation/kbuild/
Dkconfig.rst168 "autoconf.h" (header) file.
169 Its default value is "include/generated/autoconf.h".
/Linux-v5.15/arch/sh/configs/
Dtitan_defconfig24 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
/Linux-v5.15/lib/
Dgen_crc32table.c4 #include "../include/generated/autoconf.h"
/Linux-v5.15/include/net/
Daddrconf.h34 autoconf : 1, member
38 autoconf : 1, member
/Linux-v5.15/net/ipv6/
Daf_inet6.c84 .autoconf = 1,
95 module_param_named(autoconf, ipv6_defaults.autoconf, int, 0444);
96 MODULE_PARM_DESC(autoconf, "Enable IPv6 address autoconfiguration on all interfaces");
/Linux-v5.15/tools/perf/util/
Dllvm-utils.c271 err = asprintf(&autoconf_path, "%s%s%s/include/generated/autoconf.h", in detect_kbuild_dir()
297 "if ! test -f \"$KBUILD_DIR/include/generated/autoconf.h\"\n"
/Linux-v5.15/arch/x86/boot/
DMakefile54 -include include/generated/autoconf.h \
/Linux-v5.15/scripts/kconfig/
Dconfdata.c657 * This printer is used when generating the `include/generated/autoconf.h' file.
1090 /* write symbols to auto.conf and autoconf.h */ in conf_write_autoconf()
1099 name = "include/generated/autoconf.h"; in conf_write_autoconf()
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/dec/
Dde4x5.rst159 autonegotiation feature in the SROM autoconf code, this detection will
/Linux-v5.15/drivers/usb/misc/
Dusbtest.c80 unsigned autoconf:1; member
2821 if (override_alt >= 0 || info->autoconf) { in usbtest_probe()
2922 .autoconf = 1, /* iso and ctrl_out need autoconf */
2934 .autoconf = 1,
2943 .autoconf = 1,
2949 .autoconf = 1,
/Linux-v5.15/drivers/scsi/
Daha152x.c260 /* For PCMCIA cards, always use AUTOCONF */
262 #if !defined(AUTOCONF)
263 #define AUTOCONF macro
267 #if !defined(AUTOCONF) && !defined(SETUP0)
268 #error define AUTOCONF or SETUP0
3068 #if defined(AUTOCONF) in aha152x_init()
3245 #if defined(AUTOCONF) in aha152x_init()

12