From: Adrian Bunk 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 Signed-off-by: Andrew Morton --- drivers/misc/Kconfig | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -puN drivers/misc/Kconfig~ibm_asm-kconfig-corrections drivers/misc/Kconfig --- 25/drivers/misc/Kconfig~ibm_asm-kconfig-corrections Fri Jul 8 16:56:30 2005 +++ 25-akpm/drivers/misc/Kconfig Fri Jul 8 16:56:30 2005 @@ -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 for + website for information on the specific driver level and support statement for your IBM server. _