2006-03-22 15:17:21

by Martin Schwidefsky

[permalink] [raw]
Subject: [patch 8/24] s390: connector support.

From: Martin Schwidefsky <[email protected]>

[patch 8/24] s390: connector support.

Include connector config in the s390 arch Kconfig to get support
for connectors.

Signed-off-by: Martin Schwidefsky <[email protected]>
---

arch/s390/Kconfig | 2 ++
1 files changed, 2 insertions(+)

diff -urpN linux-2.6/arch/s390/Kconfig linux-2.6-patched/arch/s390/Kconfig
--- linux-2.6/arch/s390/Kconfig 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6-patched/arch/s390/Kconfig 2006-03-22 14:36:16.000000000 +0100
@@ -460,6 +460,8 @@ config PCMCIA

source "drivers/base/Kconfig"

+source "drivers/connector/Kconfig"
+
source "drivers/scsi/Kconfig"

source "drivers/s390/Kconfig"