Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #
  2. # EISA configuration
  3. #
  4. config EISA_VLB_PRIMING
  5. bool "Vesa Local Bus priming"
  6. depends on X86 && EISA
  7. default n
  8. ---help---
  9. Activate this option if your system contains a Vesa Local
  10. Bus (VLB) card that identify itself as an EISA card (such as
  11. the Adaptec AHA-284x).
  12. When in doubt, say N.
  13. config EISA_PCI_EISA
  14. bool "Generic PCI/EISA bridge"
  15. depends on !PARISC && PCI && EISA
  16. default y
  17. ---help---
  18. Activate this option if your system contains a PCI to EISA
  19. bridge. If your system have both PCI and EISA slots, you
  20. certainly need this option.
  21. When in doubt, say Y.
  22. # Using EISA_VIRTUAL_ROOT on something other than an Alpha or
  23. # an X86 may lead to crashes...
  24. config EISA_VIRTUAL_ROOT
  25. bool "EISA virtual root device"
  26. depends on EISA && (ALPHA || X86)
  27. default y
  28. ---help---
  29. Activate this option if your system only have EISA bus
  30. (no PCI slots). The Alpha Jensen is an example of such
  31. a system.
  32. When in doubt, say Y.
  33. config EISA_NAMES
  34. bool "EISA device name database"
  35. depends on EISA
  36. default y
  37. ---help---
  38. By default, the kernel contains a database of all known EISA
  39. device names to make the information in sysfs comprehensible
  40. to the user. This database increases size of the kernel
  41. image by about 40KB, but it gets freed after the system
  42. boots up, so it doesn't take up kernel memory. Anyway, if
  43. you are building an installation floppy or kernel for an
  44. embedded system where kernel image size really matters, you
  45. can disable this feature and you'll get device ID instead of
  46. names.
  47. When in doubt, say Y.