/arch/powerpc/platforms/iseries/Kconfig
#! | 36 lines | 30 code | 6 blank | 0 comment | 0 complexity | 75896fcc94c02e56feb07086254f025d MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1config PPC_ISERIES
2 bool "IBM Legacy iSeries"
3 depends on PPC64 && PPC_BOOK3S
4 select PPC_INDIRECT_IO
5 select PPC_PCI_CHOICE if EMBEDDED
6
7menu "iSeries device drivers"
8 depends on PPC_ISERIES
9
10config VIODASD
11 tristate "iSeries Virtual I/O disk support"
12 depends on BLOCK
13 select VIOPATH
14 help
15 If you are running on an iSeries system and you want to use
16 virtual disks created and managed by OS/400, say Y.
17
18config VIOCD
19 tristate "iSeries Virtual I/O CD support"
20 depends on BLOCK
21 select VIOPATH
22 help
23 If you are running Linux on an IBM iSeries system and you want to
24 read a CD drive owned by OS/400, say Y here.
25
26config VIOTAPE
27 tristate "iSeries Virtual Tape Support"
28 select VIOPATH
29 help
30 If you are running Linux on an iSeries system and you want Linux
31 to read and/or write a tape drive owned by OS/400, say Y here.
32
33endmenu
34
35config VIOPATH
36 bool