of: Only compile OF_DYNAMIC on PowerPC pseries and iseries
[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 OF_DYNAMIC
5 select PPC_SMP_MUXED_IPI
6 select PPC_INDIRECT_PIO
7 select PPC_INDIRECT_MMIO
8 select PPC_PCI_CHOICE if EXPERT
9
10 menu "iSeries device drivers"
11 depends on PPC_ISERIES
12
13 config VIODASD
14 tristate "iSeries Virtual I/O disk support"
15 depends on BLOCK
16 select VIOPATH
17 help
18 If you are running on an iSeries system and you want to use
19 virtual disks created and managed by OS/400, say Y.
20
21 config VIOCD
22 tristate "iSeries Virtual I/O CD support"
23 depends on BLOCK
24 select VIOPATH
25 help
26 If you are running Linux on an IBM iSeries system and you want to
27 read a CD drive owned by OS/400, say Y here.
28
29 config VIOTAPE
30 tristate "iSeries Virtual Tape Support"
31 select VIOPATH
32 help
33 If you are running Linux on an iSeries system and you want Linux
34 to read and/or write a tape drive owned by OS/400, say Y here.
35
36 endmenu
37
38 config VIOPATH
39 bool
This page took 0.031083 seconds and 5 git commands to generate.