Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | menu "HP Simulator drivers" |
| 3 | depends on IA64_HP_SIM || IA64_GENERIC |
| 4 | |
| 5 | config HP_SIMETH |
| 6 | bool "Simulated Ethernet " |
Alexander Beregalov | bb49eed | 2008-12-10 15:24:50 -0800 | [diff] [blame] | 7 | depends on NET |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
| 9 | config HP_SIMSERIAL |
| 10 | bool "Simulated serial driver support" |
| 11 | |
| 12 | config HP_SIMSERIAL_CONSOLE |
| 13 | bool "Console for HP simulator" |
| 14 | depends on HP_SIMSERIAL |
| 15 | |
| 16 | config HP_SIMSCSI |
Luck, Tony | cea196b | 2006-11-16 00:43:12 -0800 | [diff] [blame] | 17 | bool "Simulated SCSI disk" |
| 18 | depends on SCSI=y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
| 20 | endmenu |
| 21 | |