diff options
Diffstat (limited to 'arch/powerpc/platforms/iseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/iseries/Kconfig | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/Kconfig b/arch/powerpc/platforms/iseries/Kconfig new file mode 100644 index 00000000000..b57cda3a081 --- /dev/null +++ b/arch/powerpc/platforms/iseries/Kconfig | |||
@@ -0,0 +1,38 @@ | |||
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 | ||