]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
s390: connector support
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Sat, 20 Jan 2007 21:49:42 +0000 (22:49 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 22 Jan 2007 20:41:21 +0000 (21:41 +0100)
Include connector config in the s390 arch Kconfig to get support for
connectors.

This also fixes the following Kconfig warning:
fs/Kconfig:1728:warning: 'select' used by config symbol 'CIFS_UPCALL' refer to undefined symbol 'CONNECTOR'

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/s390/Kconfig

index b7ca5bf9acfca27fbd1a971748d8defac878bea0..2b7364ed23bc5115924a70edc1aa9d46d4da8e6c 100644 (file)
@@ -460,6 +460,8 @@ config PCMCIA
 
 source "drivers/base/Kconfig"
 
+source "drivers/connector/Kconfig"
+
 source "drivers/scsi/Kconfig"
 
 source "drivers/s390/Kconfig"