License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / ia64 / hp / sim / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2
3menu "HP Simulator drivers"
4 depends on IA64_HP_SIM || IA64_GENERIC
5
6config HP_SIMETH
7 bool "Simulated Ethernet "
bb49eed4 8 depends on NET
1da177e4
LT
9
10config HP_SIMSERIAL
11 bool "Simulated serial driver support"
4f73bc4d 12 depends on TTY
1da177e4
LT
13
14config HP_SIMSERIAL_CONSOLE
15 bool "Console for HP simulator"
16 depends on HP_SIMSERIAL
17
18config HP_SIMSCSI
cea196bb
LT
19 bool "Simulated SCSI disk"
20 depends on SCSI=y
1da177e4
LT
21
22endmenu
23