]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/powerpc/platforms/iseries/Kconfig
powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpics
[karo-tx-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_SMP_MUXED_IPI
5         select PPC_INDIRECT_PIO
6         select PPC_INDIRECT_MMIO
7         select PPC_PCI_CHOICE if EXPERT
8
9 menu "iSeries device drivers"
10         depends on PPC_ISERIES
11
12 config VIODASD
13         tristate "iSeries Virtual I/O disk support"
14         depends on BLOCK
15         select VIOPATH
16         help
17           If you are running on an iSeries system and you want to use
18           virtual disks created and managed by OS/400, say Y.
19
20 config VIOCD
21         tristate "iSeries Virtual I/O CD support"
22         depends on BLOCK
23         select VIOPATH
24         help
25           If you are running Linux on an IBM iSeries system and you want to
26           read a CD drive owned by OS/400, say Y here.
27
28 config VIOTAPE
29         tristate "iSeries Virtual Tape Support"
30         select VIOPATH
31         help
32           If you are running Linux on an iSeries system and you want Linux
33           to read and/or write a tape drive owned by OS/400, say Y here.
34
35 endmenu
36
37 config VIOPATH
38         bool