]> git.baikalelectronics.ru Git - kernel.git/commit
HSI: fix omap ssi driver dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Jun 2014 15:14:01 +0000 (17:14 +0200)
committerSebastian Reichel <sre@kernel.org>
Tue, 3 Jun 2014 21:46:28 +0000 (23:46 +0200)
commit65ca274911db547eb5432db2b7d339222cff4eec
treee3a5159a8c0bea7d2fe4144302c179e17b1c4989
parent30dcb8a7ba96a03936a2f9d9ffa024a8540635ea
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>
drivers/hsi/clients/Kconfig