Files
u-boot/board/xiaomi/mocha/Kconfig
Svyatoslav Ryhel 66c4ac31ca ARM: tegra: set default SYS_CONFIG_NAME from SoC Kconfig
Since most boards now use the same generic device config header, move its
setup to SoC Kconfig instead of setting SYS_CONFIG_NAME in each board's
Kconfig.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2025-05-08 08:31:13 +03:00

18 lines
245 B
Plaintext

if TARGET_MOCHA
config SYS_BOARD
default "mocha"
config SYS_VENDOR
default "xiaomi"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "Xiaomi Mocha"
config TEGRA_PRAM_SIZE
depends on TEGRA_PRAM
default 0x38400
endif