We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7ee50 commit ba4b4d0Copy full SHA for ba4b4d0
drivers/soc/tegra/Kconfig
@@ -95,6 +95,7 @@ config ARCH_TEGRA_210_SOC
95
96
config ARCH_TEGRA_186_SOC
97
bool "NVIDIA Tegra186 SoC"
98
+ depends on !CPU_BIG_ENDIAN
99
select MAILBOX
100
select TEGRA_BPMP
101
select TEGRA_HSP_MBOX
@@ -110,6 +111,7 @@ config ARCH_TEGRA_186_SOC
110
111
112
config ARCH_TEGRA_194_SOC
113
bool "NVIDIA Tegra194 SoC"
114
115
116
select PINCTRL_TEGRA194
117
@@ -121,6 +123,7 @@ config ARCH_TEGRA_194_SOC
121
123
122
124
config ARCH_TEGRA_234_SOC
125
bool "NVIDIA Tegra234 SoC"
126
127
128
129
0 commit comments