Kconfig 339 B

1234567891011121314151617181920
  1. menu "HP Simulator drivers"
  2. depends on IA64_HP_SIM || IA64_GENERIC
  3. config HP_SIMETH
  4. bool "Simulated Ethernet "
  5. config HP_SIMSERIAL
  6. bool "Simulated serial driver support"
  7. config HP_SIMSERIAL_CONSOLE
  8. bool "Console for HP simulator"
  9. depends on HP_SIMSERIAL
  10. config HP_SIMSCSI
  11. bool "Simulated SCSI disk"
  12. depends on SCSI=y
  13. endmenu