[XFS] Fix merge failures
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
1 config PPC_ISERIES
2 bool "IBM Legacy iSeries"
3 depends on PPC_MULTIPLATFORM && PPC64
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 help
14 If you are running on an iSeries system and you want to use
15 virtual disks created and managed by OS/400, say Y.
16
17 config VIOCD
18 tristate "iSeries Virtual I/O CD support"
19 help
20 If you are running Linux on an IBM iSeries system and you want to
21 read a CD drive owned by OS/400, say Y here.
22
23 config VIOTAPE
24 tristate "iSeries Virtual Tape Support"
25 help
26 If you are running Linux on an iSeries system and you want Linux
27 to read and/or write a tape drive owned by OS/400, say Y here.
28
29 endmenu
30
31 config VIOPATH
32 bool
33 depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
34 default y
This page took 0.032593 seconds and 6 git commands to generate.