Lines Matching +full:config +full:- +full:host

3 config ROCKCHIP_RK3036
11 The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
12 including NEON and GPU, Mali-400 graphics, several DDR3 options
14 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
16 config ROCKCHIP_RK3128
20 The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7
21 including NEON and GPU, Mali-400 graphics, several DDR3 options
23 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
25 config ROCKCHIP_RK3188
41 The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9
42 including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two
44 Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S,
47 config ROCKCHIP_RK322X
55 The Rockchip RK3229 is a ARM-based SoC with a dual-core Cortex-A7
56 including NEON and GPU, Mali-400 graphics, several DDR3 options
58 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
60 config ROCKCHIP_RK3288
69 The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
70 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
73 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
77 config TPL_TEXT_BASE
80 config TPL_MAX_SIZE
85 config ROCKCHIP_RK3328
89 The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
90 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
93 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
95 config ROCKCHIP_RK3368
107 The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised
108 into a big and little cluster with 4 cores each) Cortex-A53 including
114 On-chip peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO,
119 config TPL_TEXT_BASE
122 config TPL_MAX_SIZE
125 config TPL_STACK
130 config ROCKCHIP_RK3399
142 The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
143 and quad-core Cortex-A53.
144 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
147 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
149 config ROCKCHIP_RV1108
153 The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7
156 config ROCKCHIP_USB_UART
160 uart through the d+ and d- pins of a specific usb phy to enable
161 some form of closed-case debugging. With this option supported
164 config SPL_ROCKCHIP_BACK_TO_BROM
170 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
171 SPL will return to the boot rom, which will then load the U-Boot
174 config TPL_ROCKCHIP_BACK_TO_BROM
180 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
181 SPL will return to the boot rom, which will then load the U-Boot
184 config ROCKCHIP_BOOT_MODE_REG
198 config ROCKCHIP_SPL_RESERVE_IRAM
206 config ROCKCHIP_BROM_HELPER
209 config SPL_ROCKCHIP_EARLYRETURN_TO_BROM
210 bool "SPL requires early-return (for RK3188-style BROM) to BROM"
218 re-enters at the same address/to the same code as previously.
223 config TPL_ROCKCHIP_EARLYRETURN_TO_BROM
224 bool "TPL requires early-return (for RK3188-style BROM) to BROM"
232 re-enters at the same address/to the same code as previously.
237 config SPL_MMC_SUPPORT
240 source "arch/arm/mach-rockchip/rk3036/Kconfig"
241 source "arch/arm/mach-rockchip/rk3128/Kconfig"
242 source "arch/arm/mach-rockchip/rk3188/Kconfig"
243 source "arch/arm/mach-rockchip/rk322x/Kconfig"
244 source "arch/arm/mach-rockchip/rk3288/Kconfig"
245 source "arch/arm/mach-rockchip/rk3328/Kconfig"
246 source "arch/arm/mach-rockchip/rk3368/Kconfig"
247 source "arch/arm/mach-rockchip/rk3399/Kconfig"
248 source "arch/arm/mach-rockchip/rv1108/Kconfig"