1config 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
9menu "iSeries device drivers"
10	depends on PPC_ISERIES
11
12config 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
20config 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
28config 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
35endmenu
36
37config VIOPATH
38	bool
39