[PATCH] IBM_ASM Kconfig corrections
authorAdrian Bunk <bunk@stusta.de>
Tue, 12 Jul 2005 20:58:32 +0000 (13:58 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 12 Jul 2005 23:01:02 +0000 (16:01 -0700)
This patch contains the following fixes:
- IBM_ASM must depend on PCI
- remove useless "default n"
- correct the URL to further information

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/misc/Kconfig

index 4cecdaf..7fc692a 100644 (file)
@@ -6,8 +6,7 @@ menu "Misc devices"
 
 config IBM_ASM
        tristate "Device driver for IBM RSA service processor"
-       depends on X86 && EXPERIMENTAL
-       default n
+       depends on X86 && PCI && EXPERIMENTAL
        ---help---
          This option enables device driver support for in-band access to the
          IBM RSA (Condor) service processor in eServer xSeries systems.
@@ -22,7 +21,7 @@ config IBM_ASM
          
          WARNING: This software may not be supported or function
          correctly on your IBM server. Please consult the IBM ServerProven
-         website <http://www.pc.ibm/ww/eserver/xseries/serverproven> for
+         website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
          information on the specific driver level and support statement
          for your IBM server.