alistair23-linux/drivers/hsi/clients
Arnd Bergmann 518e1624f5 HSI: fix omap ssi driver dependency
The SSI protocol implementation has an incorrect dependency on the OMAP_SSI
driver, which allows SSI to be built-in while the underlying OMAP_SSI
implementation is a loadable module, causing a link error.

This changes the dependency to the simpler 'depends on OMAP_SSI' that also
ensures that SSI-protocol can only be a module if OMAP_SSI is not built-in.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2014-06-03 23:46:28 +02:00
..
hsi_char.c HSI: Add channel resource support to HSI clients 2014-05-16 00:54:36 +02:00
Kconfig HSI: fix omap ssi driver dependency 2014-06-03 23:46:28 +02:00
Makefile HSI: Introduce Nokia N900 modem driver 2014-05-16 00:55:42 +02:00
nokia-modem.c HSI: Introduce Nokia N900 modem driver 2014-05-16 00:55:42 +02:00
ssi_protocol.c HSI: Introduce driver for SSI Protocol 2014-05-16 00:55:30 +02:00