diff options
| author | Hugo Villeneuve <[email protected]> | 2023-10-17 10:25:00 -0400 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2023-12-13 09:49:51 -0300 |
| commit | 2b9bcc2f47bae04002caca82e0a878edd77930e8 (patch) | |
| tree | f920df066a96d1ab1ac1d40c0d48929cc411b4d6 | |
| parent | 97af4d69d2b8fca7d5227c6bac0a9e08c8696a9e (diff) | |
imx8mn-var-som: add manufacturer to target description
Add Variscite manufacturer to the IMX8MN_VAR_SOM target menu label as
the majority of targets include the manufacturer as part of their menu
description/label and it helps when looking for a particular
manufacturer/board.
Signed-off-by: Hugo Villeneuve <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/mach-imx/imx8m/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index b802d5cf280..67da198956c 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -256,7 +256,7 @@ config TARGET_PICO_IMX8MQ select IMX8M_LPDDR4 config TARGET_IMX8MN_VAR_SOM - bool "imx8mn_var_som" + bool "Variscite imx8mn_var_som" select BINMAN select IMX8MN select SUPPORT_SPL |
