mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c8401e0cc1
The driver assumes that the platform uses the device tree, and thus relies
on some fields (of_node) being declared in some structures (drm_bridge).
This isn't true for all platforms, so make sure we can only compile the
ANX6345 on platforms where DT support is selected.
Cc: Torsten Duwe <duwe@lst.de>
Fixes:
|
||
---|---|---|
.. | ||
analogix_dp_core.c | ||
analogix_dp_core.h | ||
analogix_dp_reg.c | ||
analogix_dp_reg.h | ||
analogix-anx78xx.c | ||
analogix-anx78xx.h | ||
analogix-anx6345.c | ||
analogix-i2c-dptx.c | ||
analogix-i2c-dptx.h | ||
analogix-i2c-txcommon.h | ||
Kconfig | ||
Makefile |