u-boot/board/pine64/pinephone-pro-rk3399/Kconfig
Peter Robinson 5a42fd0258 rockchip: Add initial support for the PINE64 Pinephone Pro
The Pinephone Pro is another device by PINE64. It's closely related
to the Pinebook Pro of which this initial support is derived from.

Specification:
- A variant of the Rockchip RK3399
- A 6 inch 720*1440 DSI display
- Front and rear cameras
- Type-C interface with alt mode display (DP 1.2) and PD charging
- 4GB LPDDR4 RAM
- 128GB eMMC
- mSD card slot
- An AP6255 module for 802.11ac WiFi and Bluetooth 5
- Quectel EG25-G 4G/LTE modem

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-01-16 18:01:11 +08:00

15 lines
224 B
Text

if TARGET_PINEPHONE_PRO_RK3399
config SYS_BOARD
default "pinephone-pro-rk3399"
config SYS_VENDOR
default "pine64"
config SYS_CONFIG_NAME
default "pinephone-pro-rk3399"
config BOARD_SPECIFIC_OPTIONS
def_bool y
endif