Skip to content
Snippets Groups Projects
Commit 01e77d31 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[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: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 542d1c88
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,7 @@ menu "Misc devices" ...@@ -6,8 +6,7 @@ menu "Misc devices"
config IBM_ASM config IBM_ASM
tristate "Device driver for IBM RSA service processor" tristate "Device driver for IBM RSA service processor"
depends on X86 && EXPERIMENTAL depends on X86 && PCI && EXPERIMENTAL
default n
---help--- ---help---
This option enables device driver support for in-band access to the This option enables device driver support for in-band access to the
IBM RSA (Condor) service processor in eServer xSeries systems. IBM RSA (Condor) service processor in eServer xSeries systems.
...@@ -22,7 +21,7 @@ config IBM_ASM ...@@ -22,7 +21,7 @@ config IBM_ASM
WARNING: This software may not be supported or function WARNING: This software may not be supported or function
correctly on your IBM server. Please consult the IBM ServerProven 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 information on the specific driver level and support statement
for your IBM server. for your IBM server.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment