1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-28 08:35:38 +00:00
u-boot/board/acer/picasso/Kconfig
Svyatoslav Ryhel ad3ec11b39 board: acer: picasso: add Acer Iconia Tab A500 support
The Acer Iconia A500 is a tablet computer designed, developed and
marketed by Acer Inc. It is powered by 1 GHz Nvidia Tegra 2 processor
and 1GB DDR2 RAM. The A500 is sold with 64 GB, although both 16 GB
and 32 GB models are available.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2025-02-16 19:11:43 +02:00

12 lines
140 B
Text

if TARGET_PICASSO
config SYS_BOARD
default "picasso"
config SYS_VENDOR
default "acer"
config SYS_CONFIG_NAME
default "picasso"
endif