Pull thermal into release branch
[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         bool "iSeries Virtual Console Support (Obsolete)"
11         depends on !HVC_ISERIES
12         default n
13         help
14           This is the old virtual console driver for legacy iSeries.
15           You should use the iSeries Hypervisor Virtual Console
16           support instead.
17
18 config VIODASD
19         tristate "iSeries Virtual I/O disk support"
20         help
21           If you are running on an iSeries system and you want to use
22           virtual disks created and managed by OS/400, say Y.
23
24 config VIOCD
25         tristate "iSeries Virtual I/O CD support"
26         help
27           If you are running Linux on an IBM iSeries system and you want to
28           read a CD drive owned by OS/400, say Y here.
29
30 config VIOTAPE
31         tristate "iSeries Virtual Tape Support"
32         help
33           If you are running Linux on an iSeries system and you want Linux
34           to read and/or write a tape drive owned by OS/400, say Y here.
35
36 endmenu
37
38 config VIOPATH
39         bool
40         depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || ISERIES_VETH
41         default y