Files
u-boot/board/pegatron/chagall/Kconfig
Svyatoslav Ryhel d564f395bc board: chagall: add Pegatron Chagall support
The Pegatron Chagall (originally built by Pegatron, but later rebranded by
other vendors under names Fujitsu Stylistic M532, Olivetti Olipad 3,
Siragon 4N, Realpad Bunaken, DNS AirTab P110w / P110g etc) is a mostly
business-oriented tablet sold in 2012 in different variants, mostly in
Europe, with slight differences in storage size (16GB/32GB) and presence
of built-in cellular modem.

Tested-by: Raffaele Tranquillini <raffaele.tranquillini@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2025-08-01 08:43:41 +03:00

14 lines
191 B
Plaintext

if TARGET_CHAGALL
config SYS_BOARD
default "chagall"
config SYS_VENDOR
default "pegatron"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "Pegatron Chagall"
endif