| /Linux-v5.15/include/linux/ |
| D | kconfig.h | 5 #include <generated/autoconf.h> 55 * autoconf.h. 71 * autoconf.h, while CONFIG_FOO=m results in "#define CONFIG_FOO_MODULE 1".
|
| D | ipv6.h | 18 __s32 autoconf; member 88 __s32 autoconf; member
|
| /Linux-v5.15/scripts/basic/ |
| D | fixdep.c | 19 * 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/ |
| D | gen_kheaders.sh | 37 # 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/ |
| D | INSTALL | 41 `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'
|
| D | autogen.sh | 7 #autoconf
|
| D | configure.ac | 1 dnl Process this file with autoconf to produce a configure script.
|
| D | README | 43 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
|
| /Linux-v5.15/arch/arc/include/uapi/asm/ |
| D | page.h | 25 * using the correct uClibc header and in their build our autoconf.h is
|
| /Linux-v5.15/Documentation/admin-guide/nfs/ |
| D | nfsroot.rst | 88 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/ |
| D | phy-cadence-sierra.c | 272 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/ |
| D | ipv6.rst | 42 autoconf
|
| /Linux-v5.15/Documentation/ |
| D | dontdiff | 91 autoconf.h*
|
| /Linux-v5.15/Documentation/devicetree/bindings/phy/ |
| D | phy-cadence-sierra.yaml | 72 cdns,autoconf:
|
| /Linux-v5.15/Documentation/kbuild/ |
| D | kconfig.rst | 168 "autoconf.h" (header) file. 169 Its default value is "include/generated/autoconf.h".
|
| /Linux-v5.15/arch/sh/configs/ |
| D | titan_defconfig | 24 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw"
|
| /Linux-v5.15/lib/ |
| D | gen_crc32table.c | 4 #include "../include/generated/autoconf.h"
|
| /Linux-v5.15/include/net/ |
| D | addrconf.h | 34 autoconf : 1, member 38 autoconf : 1, member
|
| /Linux-v5.15/net/ipv6/ |
| D | af_inet6.c | 84 .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/ |
| D | llvm-utils.c | 271 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/ |
| D | Makefile | 54 -include include/generated/autoconf.h \
|
| /Linux-v5.15/scripts/kconfig/ |
| D | confdata.c | 657 * 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/ |
| D | de4x5.rst | 159 autonegotiation feature in the SROM autoconf code, this detection will
|
| /Linux-v5.15/drivers/usb/misc/ |
| D | usbtest.c | 80 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/ |
| D | aha152x.c | 260 /* 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()
|