diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-03-24 03:15:18 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 07:33:16 -0800 |
commit | 61d3ad0edf67e3baa66f124bc9ce964523d41809 (patch) | |
tree | bb2c21add442c9ed3bad9379c19ce29fb04b5507 /arch/s390/Kconfig | |
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/s390/Kconfig')
-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 source "drivers/base/Kconfig" +source "drivers/connector/Kconfig" + source "drivers/scsi/Kconfig" source "drivers/s390/Kconfig" |