Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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 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
26 config 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
33 endmenu
34
35 config VIOPATH
36 bool
This page took 0.032174 seconds and 5 git commands to generate.