Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tegra: mark BPMP driver as little-endian only

The BPMP firmware driver never worked on big-endian kernels, and
cannot easily be made portable. Add a dependency to make this clear
in case anyone ever wants to try a big-endian kernel on this hardware.

Link: https://lore.kernel.org/linux-arm-kernel/Y34FCQ3xTmcjqKRT@orome/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1
+1
drivers/firmware/tegra/Kconfig
··· 14 14 config TEGRA_BPMP 15 15 bool "Tegra BPMP driver" 16 16 depends on ARCH_TEGRA && TEGRA_HSP_MBOX && TEGRA_IVC 17 + depends on !CPU_BIG_ENDIAN 17 18 help 18 19 BPMP (Boot and Power Management Processor) is designed to off-loading 19 20 the PM functions which include clock/DVFS/thermal/power from the CPU.