s390: connector support

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>
This commit is contained in:
Martin Schwidefsky
2007-01-20 22:49:42 +01:00
committed by Adrian Bunk
parent 57ec068c31
commit 56d696e3ba
+2
View File
@@ -460,6 +460,8 @@ config PCMCIA
source "drivers/base/Kconfig"
source "drivers/connector/Kconfig"
source "drivers/scsi/Kconfig"
source "drivers/s390/Kconfig"