diff options
| author | Jorge Ramirez-Ortiz <[email protected]> | 2020-08-31 18:11:02 +0200 |
|---|---|---|
| committer | Jens Wiklander <[email protected]> | 2020-09-01 12:03:16 +0200 |
| commit | 539f8fc253ece5501fdea1a6aa227d0618374111 (patch) | |
| tree | 21b0f582054c14fbadd139abcf6220660b90a1a0 /drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c | |
| parent | c05210ab975771e161427eb47696b869d820bdaf (diff) | |
drivers: optee: fix i2c build issue
When the optee driver is compiled into the kernel while the i2c core
is configured as a module, the i2c symbols are not available.
This commit addresses the situation by disabling the i2c support for
this use case while allowing it in all other scenarios:
i2c=y, optee=y
i2c=m, optee=m
i2c=y, optee=m
i2c=m, optee=y (not supported)
Fixes: c05210ab9757 ("drivers: optee: allow op-tee to access devices on the i2c bus")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Signed-off-by: Jens Wiklander <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c')
0 files changed, 0 insertions, 0 deletions