powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
CommitLineData
35a1245a
KG
1config PPC_ISERIES
2 bool "IBM Legacy iSeries"
28794d34 3 depends on PPC64 && PPC_BOOK3S
35a1245a 4 select PPC_INDIRECT_IO
b500563b 5 select PPC_PCI_CHOICE if EMBEDDED
14cf11af
PM
6
7menu "iSeries device drivers"
8 depends on PPC_ISERIES
9
14cf11af
PM
10config VIODASD
11 tristate "iSeries Virtual I/O disk support"
5d84e4be 12 depends on BLOCK
d2b4397b 13 select VIOPATH
14cf11af
PM
14 help
15 If you are running on an iSeries system and you want to use
8bff05b0 16 virtual disks created and managed by OS/400, say Y.
14cf11af
PM
17
18config VIOCD
19 tristate "iSeries Virtual I/O CD support"
d2b4397b 20 select VIOPATH
14cf11af
PM
21 help
22 If you are running Linux on an IBM iSeries system and you want to
23 read a CD drive owned by OS/400, say Y here.
24
25config VIOTAPE
26 tristate "iSeries Virtual Tape Support"
d2b4397b 27 select VIOPATH
14cf11af
PM
28 help
29 If you are running Linux on an iSeries system and you want Linux
30 to read and/or write a tape drive owned by OS/400, say Y here.
31
32endmenu
33
34config VIOPATH
35 bool
This page took 0.303478 seconds and 5 git commands to generate.