1bb60b3a5a
The s6105-ipcam driver calls i2c_register_board_info() which means that
not only does it need I2C to be enabled to be built but since that
symbol is not exported it means that the driver also can't be linked as
a module. Use a bool instead of a tristate and add a dependency on I2C
to fix these issues.
Commit
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
s6000-i2s.c | ||
s6000-i2s.h | ||
s6000-pcm.c | ||
s6000-pcm.h | ||
s6105-ipcam.c |