diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-12 16:58:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 19:01:02 -0400 |
commit | 01e77d31d11a767c9da665f46e075756aef4fc4f (patch) | |
tree | e64bb2840cff1126dfc7370dd3134d0fc5ed1687 /drivers/misc/Kconfig | |
parent | 542d1c88bd7f73e2e59d41b12e4a9041deea89e4 (diff) |
[PATCH] IBM_ASM Kconfig corrections
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>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 4cecdafeb87d..7fc692a8f5b0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -6,8 +6,7 @@ menu "Misc devices" | |||
6 | 6 | ||
7 | config IBM_ASM | 7 | config IBM_ASM |
8 | tristate "Device driver for IBM RSA service processor" | 8 | tristate "Device driver for IBM RSA service processor" |
9 | depends on X86 && EXPERIMENTAL | 9 | depends on X86 && PCI && EXPERIMENTAL |
10 | default n | ||
11 | ---help--- | 10 | ---help--- |
12 | This option enables device driver support for in-band access to the | 11 | This option enables device driver support for in-band access to the |
13 | IBM RSA (Condor) service processor in eServer xSeries systems. | 12 | IBM RSA (Condor) service processor in eServer xSeries systems. |
@@ -22,7 +21,7 @@ config IBM_ASM | |||
22 | 21 | ||
23 | WARNING: This software may not be supported or function | 22 | WARNING: This software may not be supported or function |
24 | correctly on your IBM server. Please consult the IBM ServerProven | 23 | correctly on your IBM server. Please consult the IBM ServerProven |
25 | website <http://www.pc.ibm/ww/eserver/xseries/serverproven> for | 24 | website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for |
26 | information on the specific driver level and support statement | 25 | information on the specific driver level and support statement |
27 | for your IBM server. | 26 | for your IBM server. |
28 | 27 | ||