kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
[deliverable/linux.git] / arch / powerpc / platforms / iseries / Kconfig
CommitLineData
35a1245a
KG
1config PPC_ISERIES
2 bool "IBM Legacy iSeries"
28794d34 3 depends on PPC64 && PPC_BOOK3S
35a1245a 4 select PPC_INDIRECT_IO
6a108a14 5 select PPC_PCI_CHOICE if EXPERT
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
d2b4397b 13 select VIOPATH
14cf11af
PM
14 help
15 If you are running on an iSeries system and you want to use
8bff05b0 16 virtual disks created and managed by OS/400, say Y.
14cf11af
PM
17
18config VIOCD
19 tristate "iSeries Virtual I/O CD support"
05dc7b61 20 depends on BLOCK
d2b4397b 21 select VIOPATH
14cf11af
PM
22 help
23 If you are running Linux on an IBM iSeries system and you want to
24 read a CD drive owned by OS/400, say Y here.
25
26config VIOTAPE
27 tristate "iSeries Virtual Tape Support"
d2b4397b 28 select VIOPATH
14cf11af
PM
29 help
30 If you are running Linux on an iSeries system and you want Linux
31 to read and/or write a tape drive owned by OS/400, say Y here.
32
33endmenu
34
35config VIOPATH
36 bool
This page took 0.424885 seconds and 5 git commands to generate.