u-boot/board/microsoft/surface-rt/Kconfig
Jonas Schwöbel 3486fd0739 board: microsoft: surface-rt: add Microsoft Surface RT support
Surface RT is a hybrid tablet computer developed and manufactured
by Microsoft and shipped with Windows RT. The tablet uses a 1.3 GHz
quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features 10.8
inch 1366x768 screen and 32/64 GB of internal memory that can be
supplemented with a microSDXC card giving up to 200 GB of
additional storage.

Tested-by: Jethro Bull <jethrob@hotmail.com>
Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2024-07-05 10:18:36 +03:00

12 lines
154 B
Text

if TARGET_SURFACE_RT
config SYS_BOARD
default "surface-rt"
config SYS_VENDOR
default "microsoft"
config SYS_CONFIG_NAME
default "surface-rt"
endif