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