Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 1 | if ROCKCHIP_PX30 |
| 2 | |
| 3 | config TARGET_EVB_PX30 |
| 4 | bool "EVB_PX30" |
| 5 | |
Heiko Stuebner | a9ca71e | 2020-07-01 11:28:42 +0200 | [diff] [blame^] | 6 | config TARGET_ODROID_GO2 |
| 7 | bool "ODROID_GO2" |
| 8 | |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 9 | config ROCKCHIP_BOOT_MODE_REG |
| 10 | default 0xff010200 |
| 11 | |
| 12 | config SYS_SOC |
| 13 | default "px30" |
| 14 | |
| 15 | config SYS_MALLOC_F_LEN |
| 16 | default 0x400 |
| 17 | |
| 18 | config SPL_SERIAL_SUPPORT |
| 19 | default y |
| 20 | |
| 21 | config TPL_LDSCRIPT |
| 22 | default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds" |
| 23 | |
| 24 | config TPL_TEXT_BASE |
| 25 | default 0xff0e1000 |
| 26 | |
| 27 | config TPL_MAX_SIZE |
| 28 | default 10240 |
| 29 | |
| 30 | config TPL_STACK |
| 31 | default 0xff0e4fff |
| 32 | |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 33 | config DEBUG_UART_CHANNEL |
| 34 | int "Mux channel to use for debug UART2/UART3" |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 35 | depends on DEBUG_UART_BOARD_INIT |
| 36 | default 0 |
| 37 | help |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 38 | UART2 and UART3 can use two different set of pins to route the output. |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 39 | For using the UART for early debugging the route to use needs |
| 40 | to be declared (0 or 1). |
| 41 | |
Heiko Stuebner | a9ca71e | 2020-07-01 11:28:42 +0200 | [diff] [blame^] | 42 | source "board/hardkernel/odroid_go2/Kconfig" |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 43 | source "board/rockchip/evb_px30/Kconfig" |
| 44 | |
| 45 | endif |