u-boot-brain/board/elgin/elgin_rv1108/Kconfig
Otavio Salvador e11ef3d26e ARM: rockchip: Add rv1108-elgin-r1 board support
Add the initial support for Elgin R1 board, which is based on the
RV1108 SoC and has the following features currently supported in
U-Boot:

- UART
- eMMC
- USB

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
2018-12-16 01:30:11 +01:00

16 lines
207 B
Plaintext

if TARGET_ELGIN_RV1108
config SYS_BOARD
default "elgin_rv1108"
config SYS_VENDOR
default "elgin"
config SYS_CONFIG_NAME
default "elgin_rv1108"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif