diff options
author | Sebastian Reichel <sre@kernel.org> | 2016-04-30 03:24:09 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-05-02 21:56:21 +0200 |
commit | 0fae198988b873d30fe9ecb6a6271afb36df97e9 (patch) | |
tree | 8799cca9edc3e06c29882b64321aa2c2da255bc0 /drivers/hsi/controllers/Kconfig | |
parent | 2a57aba8503d5694ee113016cb1a107831b8236f (diff) | |
download | talos-obmc-linux-0fae198988b873d30fe9ecb6a6271afb36df97e9.tar.gz talos-obmc-linux-0fae198988b873d30fe9ecb6a6271afb36df97e9.zip |
HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module
Merge omap_ssi and omap_ssi_port into one module. This
fixes problems with module cycle dependencies introduced
by future patches.
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/hsi/controllers/Kconfig')
-rw-r--r-- | drivers/hsi/controllers/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hsi/controllers/Kconfig b/drivers/hsi/controllers/Kconfig index 6aba27808172..084ec97eec64 100644 --- a/drivers/hsi/controllers/Kconfig +++ b/drivers/hsi/controllers/Kconfig @@ -12,8 +12,3 @@ config OMAP_SSI If you say Y here, you will enable the OMAP SSI hardware driver. If unsure, say N. - -config OMAP_SSI_PORT - tristate - default m if OMAP_SSI=m - default y if OMAP_SSI=y |