2017-06-01 10:00:55 +00:00
|
|
|
if ROCKCHIP_RV1108
|
|
|
|
|
2019-07-09 14:14:15 +00:00
|
|
|
choice
|
|
|
|
prompt "RV1108 board select"
|
|
|
|
|
2017-06-01 10:01:31 +00:00
|
|
|
config TARGET_EVB_RV1108
|
|
|
|
bool "EVB_RV1108"
|
|
|
|
help
|
|
|
|
RV1108 EVB is a evaluation board for Rockchp RV1108.
|
|
|
|
|
|
|
|
Key features of the board include:
|
|
|
|
* one macro USB OTG port
|
|
|
|
* one USB HOST port
|
|
|
|
* one RS232 to USB port route to UART2 as debug port
|
|
|
|
* MIPI screen with resolution 720 x 1280
|
|
|
|
* 128M DDR3
|
|
|
|
* 64M SPI Nor Flash
|
|
|
|
* macro SD card interface
|
|
|
|
* HDMI output
|
|
|
|
* 10/100 Mbps Ethernet
|
|
|
|
* camera interface compatible with imx323 / ov2710 / ov4689
|
|
|
|
|
2018-12-01 14:05:54 +00:00
|
|
|
config TARGET_ELGIN_RV1108
|
|
|
|
bool "ELGIN_RV1108"
|
|
|
|
help
|
|
|
|
RV1108 ELGIN is a board based on the Rockchip RV1108.
|
|
|
|
|
2019-07-09 14:14:15 +00:00
|
|
|
endchoice
|
|
|
|
|
2019-07-09 14:14:20 +00:00
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
|
|
default 0x10300580
|
|
|
|
|
2017-06-01 10:00:55 +00:00
|
|
|
config SYS_SOC
|
2019-03-28 03:01:24 +00:00
|
|
|
default "rv1108"
|
2017-06-01 10:00:55 +00:00
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x400
|
|
|
|
|
2017-06-01 10:01:31 +00:00
|
|
|
source board/rockchip/evb_rv1108/Kconfig
|
2018-12-01 14:05:54 +00:00
|
|
|
source board/elgin/elgin_rv1108/Kconfig
|
2017-06-01 10:01:31 +00:00
|
|
|
|
2017-06-01 10:00:55 +00:00
|
|
|
endif
|