powerpc/iseries: viodasd needs to depend on CONFIG_BLOCK
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
CommitLineData
35a1245a
KG
1config PPC_ISERIES
2 bool "IBM Legacy iSeries"
3 depends on PPC_MULTIPLATFORM && PPC64
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
14cf11af
PM
13 help
14 If you are running on an iSeries system and you want to use
8bff05b0 15 virtual disks created and managed by OS/400, say Y.
14cf11af
PM
16
17config 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
23config 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
29endmenu
30
31config VIOPATH
32 bool
4c514a5a 33 depends on VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
14cf11af 34 default y
This page took 0.301713 seconds and 5 git commands to generate.