diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2023-05-06 23:19:01 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-06-05 10:34:51 +0200 |
commit | a55efa7edf37dc428da7058b25c58a54dc9db4e4 (patch) | |
tree | 6e77b80d7d5a2f59e3317f022cf35bcd32c9b930 /crypto/async_tx | |
parent | i2c: tegra: Share same DMA channel for RX and TX (diff) | |
download | linux-a55efa7edf37dc428da7058b25c58a54dc9db4e4.tar.xz linux-a55efa7edf37dc428da7058b25c58a54dc9db4e4.zip |
i2c: tegra: allow DVC support to be compiled out
Save a bit of code for newer Tegra platforms by compiling out
DVC's I2C mode support that's used only for Tegra2.
$ size i2c-tegra.o
text data bss dec hex filename
- 11381 292 8 11681 2da1 i2c-tegra.o
+ 10193 292 8 10493 28fd i2c-tegra.o
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Reviewed-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'crypto/async_tx')
0 files changed, 0 insertions, 0 deletions