Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / powerpc / platforms / iseries / Kconfig
1 config PPC_ISERIES
2         bool "IBM Legacy iSeries"
3         depends on PPC_MULTIPLATFORM && PPC64
4         select PPC_INDIRECT_IO
5         select PPC_PCI_CHOICE if EMBEDDED
6
7 menu "iSeries device drivers"
8         depends on PPC_ISERIES
9
10 config VIOCONS
11         bool "iSeries Virtual Console Support (Obsolete)"
12         depends on !HVC_ISERIES
13         default n
14         help
15           This is the old virtual console driver for legacy iSeries.
16           You should use the iSeries Hypervisor Virtual Console
17           support instead.
18
19 config VIODASD
20         tristate "iSeries Virtual I/O disk support"
21         help
22           If you are running on an iSeries system and you want to use
23           virtual disks created and managed by OS/400, say Y.
24
25 config VIOCD
26         tristate "iSeries Virtual I/O CD support"
27         help
28           If you are running Linux on an IBM iSeries system and you want to
29           read a CD drive owned by OS/400, say Y here.
30
31 config VIOTAPE
32         tristate "iSeries Virtual Tape Support"
33         help
34           If you are running Linux on an iSeries system and you want Linux
35           to read and/or write a tape drive owned by OS/400, say Y here.
36
37 endmenu
38
39 config VIOPATH
40         bool
41         depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
42         default y