diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-03-24 06:15:18 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:16 -0500 |
commit | 61d3ad0edf67e3baa66f124bc9ce964523d41809 (patch) | |
tree | bb2c21add442c9ed3bad9379c19ce29fb04b5507 /arch | |
parent | 699ff13f10b75ea929eea6f6fe47ba9cc8f92ca2 (diff) |
[PATCH] s390: connector support
Include connector config in the s390 arch Kconfig to get support for
connectors.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index b7ca5bf9acfc..2b7364ed23bc 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -460,6 +460,8 @@ config PCMCIA | |||
460 | 460 | ||
461 | source "drivers/base/Kconfig" | 461 | source "drivers/base/Kconfig" |
462 | 462 | ||
463 | source "drivers/connector/Kconfig" | ||
464 | |||
463 | source "drivers/scsi/Kconfig" | 465 | source "drivers/scsi/Kconfig" |
464 | 466 | ||
465 | source "drivers/s390/Kconfig" | 467 | source "drivers/s390/Kconfig" |