Kconfig 406 B

123456789101112131415161718192021222324
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "HP Simulator drivers"
  3. depends on IA64_HP_SIM || IA64_GENERIC
  4. config HP_SIMETH
  5. bool "Simulated Ethernet "
  6. depends on NET
  7. config HP_SIMSERIAL
  8. bool "Simulated serial driver support"
  9. depends on TTY
  10. config HP_SIMSERIAL_CONSOLE
  11. bool "Console for HP simulator"
  12. depends on HP_SIMSERIAL
  13. config HP_SIMSCSI
  14. bool "Simulated SCSI disk"
  15. depends on SCSI=y
  16. endmenu