[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / config / isa.h
blobe2a05050f3d55d83c399ae38f20d598aa71848b3
1 #ifndef CONFIG_ISA_H
2 #define CONFIG_ISA_H
4 /** @file
6 * ISA probe address configuration
8 * You can override the list of addresses that will be probed by any
9 * ISA drivers.
12 #undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
13 #undef ISA_PROBE_ONLY /* Do not probe any other addresses */
15 #include <config/local/isa.h>
17 #endif /* CONFIG_ISA_H */