diff options
| author | Svyatoslav Ryhel <[email protected]> | 2025-03-31 16:44:24 +0300 |
|---|---|---|
| committer | Svyatoslav Ryhel <[email protected]> | 2025-04-12 09:48:30 +0300 |
| commit | ee3462160cf2fdf29b44ef83df0265a19c37bc0a (patch) | |
| tree | 23cbfc888e145fc889ab3fa79f4e8651b1fba63f /board/lg | |
| parent | 11bf63c23028f54d299a24c494242a11dcb387c7 (diff) | |
ARM: tegra: convert CFG_TEGRA_BOARD_STRING into Kconfig option
Convert CFG_TEGRA_BOARD_STRING into Kconfig option and move it into device
board Kconfig.
Signed-off-by: Svyatoslav Ryhel <[email protected]>
Diffstat (limited to 'board/lg')
| -rw-r--r-- | board/lg/x3-t30/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/lg/x3-t30/Kconfig b/board/lg/x3-t30/Kconfig index 53b6ab3e93c..5a3a67d9f3b 100644 --- a/board/lg/x3-t30/Kconfig +++ b/board/lg/x3-t30/Kconfig @@ -9,4 +9,8 @@ config SYS_VENDOR config SYS_CONFIG_NAME default "x3-t30" +config TEGRA_BOARD_STRING + string "Default Tegra board name" + default "LG X3 Board" + endif |
