[makefile] Split config.h out into config/*.h and kill off mkconfig.pl

This commit is contained in:
Michael Brown
2008-10-08 00:37:40 +01:00
parent a2588547f9
commit e817a347fb
7 changed files with 57 additions and 293 deletions

15
src/config/isa.h Normal file
View 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 */