[ARM] Fix SMP booting
[linux-2.6/verdex.git] / arch / powerpc / platforms / iseries / Kconfig
blob3d957a30c8c25b5f4acfc252e12ce56312fe8c78
2 menu "iSeries device drivers"
3         depends on PPC_ISERIES
5 config VIOCONS
6         tristate "iSeries Virtual Console Support"
8 config VIODASD
9         tristate "iSeries Virtual I/O disk support"
10         help
11           If you are running on an iSeries system and you want to use
12           virtual disks created and managed by OS/400, say Y.
14 config VIOCD
15         tristate "iSeries Virtual I/O CD support"
16         help
17           If you are running Linux on an IBM iSeries system and you want to
18           read a CD drive owned by OS/400, say Y here.
20 config VIOTAPE
21         tristate "iSeries Virtual Tape Support"
22         help
23           If you are running Linux on an iSeries system and you want Linux
24           to read and/or write a tape drive owned by OS/400, say Y here.
26 endmenu
28 config VIOPATH
29         bool
30         depends on VIOCONS || VIODASD || VIOCD || VIOTAPE || VETH
31         default y