u-boot/board/phytium/pe2201/Kconfig
TracyMg_Li e6a8c6f5c0 ARM add initial support for the Phytium Pe2201 Board.
Add pe2201 platform code and the device tree of pe2201 platform board.
The initial support comprises the UART and PCIe.

Signed-off-by: TracyMg_Li <TracyMg_Li@outlook.com>
Changes since v1:
        fix space corrupt.
Changes since v2:
        switch to bootstd and text environment.
Changes since v3:
        add environment variables.
2024-01-16 17:05:29 -05:00

12 lines
140 B
Text

if TARGET_PE2201
config SYS_BOARD
default "pe2201"
config SYS_VENDOR
default "phytium"
config SYS_CONFIG_NAME
default "pe2201"
endif