Skip to content

Commit

Permalink
[PATCH] IBM_ASM Kconfig corrections
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
AdrianBunk authored and Linus Torvalds committed Jul 12, 2005
1 parent 542d1c8 commit 01e77d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit 01e77d3

Please sign in to comment.