Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RV1108 |
| 2 | |
Andy Yan | d6e658c | 2017-06-01 18:01:31 +0800 | [diff] [blame] | 3 | config TARGET_EVB_RV1108 |
| 4 | bool "EVB_RV1108" |
| 5 | help |
| 6 | RV1108 EVB is a evaluation board for Rockchp RV1108. |
| 7 | |
| 8 | Key features of the board include: |
| 9 | * one macro USB OTG port |
| 10 | * one USB HOST port |
| 11 | * one RS232 to USB port route to UART2 as debug port |
| 12 | * MIPI screen with resolution 720 x 1280 |
| 13 | * 128M DDR3 |
| 14 | * 64M SPI Nor Flash |
| 15 | * macro SD card interface |
| 16 | * HDMI output |
| 17 | * 10/100 Mbps Ethernet |
| 18 | * camera interface compatible with imx323 / ov2710 / ov4689 |
| 19 | |
Otavio Salvador | b1ad047 | 2018-12-01 12:05:54 -0200 | [diff] [blame^] | 20 | config TARGET_ELGIN_RV1108 |
| 21 | bool "ELGIN_RV1108" |
| 22 | help |
| 23 | RV1108 ELGIN is a board based on the Rockchip RV1108. |
| 24 | |
Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 25 | config SYS_SOC |
| 26 | default "rockchip" |
| 27 | |
| 28 | config SYS_MALLOC_F_LEN |
| 29 | default 0x400 |
| 30 | |
Andy Yan | d6e658c | 2017-06-01 18:01:31 +0800 | [diff] [blame] | 31 | source board/rockchip/evb_rv1108/Kconfig |
Otavio Salvador | b1ad047 | 2018-12-01 12:05:54 -0200 | [diff] [blame^] | 32 | source board/elgin/elgin_rv1108/Kconfig |
Andy Yan | d6e658c | 2017-06-01 18:01:31 +0800 | [diff] [blame] | 33 | |
Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 34 | endif |