powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
1 config 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
7 menu "iSeries device drivers"
8 depends on PPC_ISERIES
9
10 config 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
18 config VIOCD
19 tristate "iSeries Virtual I/O CD support"
20 select VIOPATH
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
25 config VIOTAPE
26 tristate "iSeries Virtual Tape Support"
27 select VIOPATH
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
32 endmenu
33
34 config VIOPATH
35 bool
This page took 0.030169 seconds and 5 git commands to generate.