linux/drivers/hsi/controllers
Arnd Bergmann 53c703501e HSI: omap-ssi: add COMMON_CLK dependency
Enabling the omap ssi driver without COMMON_CLK results in a build failure:

drivers/hsi/controllers/omap_ssi_core.c: In function 'ssi_clk_event':
drivers/hsi/controllers/omap_ssi_core.c:304:7: error: 'PRE_RATE_CHANGE' undeclared (first use in this function)

This adds a Kconfig dependency to avoid the invalid configuration.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 4bcf741452 ("HSI: omap-ssi: add clk change support")
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2016-05-09 22:45:18 +02:00
..
Kconfig HSI: omap-ssi: add COMMON_CLK dependency 2016-05-09 22:45:18 +02:00
Makefile HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module 2016-05-02 21:56:21 +02:00
omap_ssi.h HSI: omap-ssi: add clk change support 2016-05-02 21:56:25 +02:00
omap_ssi_core.c HSI: omap-ssi: add clk change support 2016-05-02 21:56:25 +02:00
omap_ssi_port.c HSI: omap-ssi: add clk change support 2016-05-02 21:56:25 +02:00
omap_ssi_regs.h HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00