diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-01-20 22:49:42 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-01-22 21:41:21 +0100 |
commit | 56d696e3ba23d39d0383beab744e6adae57edc77 (patch) | |
tree | c1560d9c43bd95443cfc2b23f106fd761b7e4753 /arch | |
parent | 57ec068c31de12ca418887e99167ccb9669d44ea (diff) | |
download | linux-stable-56d696e3ba23d39d0383beab744e6adae57edc77.tar.gz linux-stable-56d696e3ba23d39d0383beab744e6adae57edc77.tar.bz2 linux-stable-56d696e3ba23d39d0383beab744e6adae57edc77.zip |
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>
Diffstat (limited to 'arch')
-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" |