forked from libretro/Lakka-LibreELEC
66e50e96b9
* L4T: Fix/Enable NVV4l2 decoder in libreelec builds. * L4T: LibreELEC: Allow Kodi to run as root * L4T: Small Tree Cleanup * Bluez: Switch: LibreELEC: Fix fast connect on all switch builds, not just lakka. * L4T: Finish ffmpeg 6.0 patchset * L4T: Fix building newer libcec for switch * L4T: switch-bsp: Update dock hotplug to check distro stuff, before integrating CEC and bump version.
13 lines
586 B
Diff
13 lines
586 B
Diff
diff -Naur linux-Switch-5.1.2/nvidia/drivers/video/tegra/Kconfig linux-Switch-5.1.2-2/nvidia/drivers/video/tegra/Kconfig
|
|
--- linux-Switch-5.1.2/nvidia/drivers/video/tegra/Kconfig 2024-01-29 05:57:16.331738434 +0100
|
|
+++ linux-Switch-5.1.2-2/nvidia/drivers/video/tegra/Kconfig 2024-01-29 07:21:54.862883090 +0100
|
|
@@ -231,7 +231,7 @@
|
|
|
|
config TEGRA_DP_BRANCH_STDP2550
|
|
bool "Enable DP branch STDP2550/RTD2172N support."
|
|
- depends on TEGRA_DP && MEDIA_CEC
|
|
+ depends on TEGRA_DP && MEDIA_CEC_SUPPORT
|
|
default n
|
|
help
|
|
Say Y here to enable the DP branch MegaChips STDP2550 and Realtek
|