mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[makefile] Split config.h out into config/*.h and kill off mkconfig.pl
This commit is contained in:
15
src/config/isa.h
Normal file
15
src/config/isa.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef CONFIG_ISA_H
|
||||
#define CONFIG_ISA_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* ISA probe address configuration
|
||||
*
|
||||
* You can override the list of addresses that will be probed by any
|
||||
* ISA drivers.
|
||||
*
|
||||
*/
|
||||
#undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
|
||||
#undef ISA_PROBE_ONLY /* Do not probe any other addresses */
|
||||
|
||||
#endif /* CONFIG_ISA_H */
|
||||
Reference in New Issue
Block a user