Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied...
[linux-drm-fsl-dcu.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
6 menu "iSeries device drivers"
7         depends on PPC_ISERIES
8
9 config VIOCONS
10         tristate "iSeries Virtual Console Support (Obsolete)"
11         help
12           This is the old virtual console driver for legacy iSeries.
13           You should use the iSeries Hypervisor Virtual Console
14           support instead.
15
16 config VIODASD
17         tristate "iSeries Virtual I/O disk support"
18         help
19           If you are running on an iSeries system and you want to use
20           virtual disks created and managed by OS/400, say Y.
21
22 config VIOCD
23         tristate "iSeries Virtual I/O CD support"
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         help
31           If you are running Linux on an iSeries system and you want Linux
32           to read and/or write a tape drive owned by OS/400, say Y here.
33
34 endmenu
35
36 config VIOPATH
37         bool
38         depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
39         default y