Kconfig 355 B

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