diff options
author | Brent Casavant <bcasavan@sgi.com> | 2006-10-17 03:09:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-17 11:18:42 -0400 |
commit | 59f148005cfd3d41537a4b872c266213d5fe4dc6 (patch) | |
tree | 1e769ca80218a39417f7d45759e1bd2a4dbf6452 /drivers/misc/Kconfig | |
parent | 107d5a72f2c6a6819b66eebcb0281c7a67b6baaa (diff) |
[PATCH] ioc4: Enable build on non-SN2
The SGI PCI-RT card, based on the SGI IOC4 chip, will be made available on
Altix XE (x86_64) platforms in the near future. As such it is now a
misnomer for the IOC4 base device driver to live under drivers/sn, and
would complicate builds for non-SN2.
This patch moves the IOC4 base driver code from drivers/sn to drivers/misc,
and updates the associated Makefiles and Kconfig files to allow building on
non-SN2 configs. Due to the resulting change in link order, it is now
necessary to use late_initcall() for IOC4 subdriver initialization.
[akpm@osdl.org: __udivdi3 fix]
[akpm@osdl.org: fix default in Kconfig]
Acked-by: Pat Gefre <pfg@sgi.com>
Acked-by: Jeremy Higdon <jeremy@sgi.com>
Signed-off-by: Brent Casavant <bcasavan@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index fa7acc2c5c6d..b6c045dc97b4 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -28,6 +28,17 @@ config IBM_ASM | |||
28 | 28 | ||
29 | If unsure, say N. | 29 | If unsure, say N. |
30 | 30 | ||
31 | config SGI_IOC4 | ||
32 | tristate "SGI IOC4 Base IO support" | ||
33 | ---help--- | ||
34 | This option enables basic support for the IOC4 chip on certain | ||
35 | SGI IO controller cards (IO9, IO10, and PCI-RT). This option | ||
36 | does not enable any specific functions on such a card, but provides | ||
37 | necessary infrastructure for other drivers to utilize. | ||
38 | |||
39 | If you have an SGI Altix with an IOC4-based card say Y. | ||
40 | Otherwise say N. | ||
41 | |||
31 | config TIFM_CORE | 42 | config TIFM_CORE |
32 | tristate "TI Flash Media interface support (EXPERIMENTAL)" | 43 | tristate "TI Flash Media interface support (EXPERIMENTAL)" |
33 | depends on EXPERIMENTAL | 44 | depends on EXPERIMENTAL |