From 56d696e3ba23d39d0383beab744e6adae57edc77 Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Sat, 20 Jan 2007 22:49:42 +0100 Subject: [PATCH] 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 Signed-off-by: Adrian Bunk --- arch/s390/Kconfig | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5