選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

123456789101112131415
  1. #ifndef CONFIG_ISA_H
  2. #define CONFIG_ISA_H
  3. /** @file
  4. *
  5. * ISA probe address configuration
  6. *
  7. * You can override the list of addresses that will be probed by any
  8. * ISA drivers.
  9. *
  10. */
  11. #undef ISA_PROBE_ADDRS /* e.g. 0x200, 0x300 */
  12. #undef ISA_PROBE_ONLY /* Do not probe any other addresses */
  13. #endif /* CONFIG_ISA_H */