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