diff options
| author | Tom Rini <[email protected]> | 2025-11-12 14:00:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-30 10:21:48 -0600 |
| commit | 68735fd33427ff1576f37391f24b5d8912afe45e (patch) | |
| tree | 001fd78d904c060f2327325fcef2028ea1420e53 /configs | |
| parent | c2ef9e1b0cb7e32a8046e4714a219fd21b9a0daf (diff) | |
video: tegra: Rework some of the driver dependencies
Looking these drivers over, all of them cannot build without access to
some platform specific header files. Express those requirements in
Kconfig as well. Furthermore, update the logic a bit more to reflect
which parts are optional when other drivers are enabled and which parts
cannot be enabled (meaningfully) by themselves.
Reviewed-by: Svyatoslav Ryhel <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/star_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/star_defconfig b/configs/star_defconfig index 59eabdcb2b4..7015c417e9e 100644 --- a/configs/star_defconfig +++ b/configs/star_defconfig @@ -86,4 +86,5 @@ CONFIG_VIDEO_LCD_LG_LH400WV3=y CONFIG_VIDEO_LCD_HITACHI_TX10D07VM0BAA=y CONFIG_BACKLIGHT_AAT2870=y CONFIG_VIDEO_BRIDGE=y +CONFIG_VIDEO_TEGRA=y CONFIG_TEGRA_8BIT_CPU_BRIDGE=y |
