mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
18 lines
386 B
Text
18 lines
386 B
Text
|
config RAM_ROCKCHIP
|
||
|
bool "Ram drivers support for Rockchip SoCs"
|
||
|
depends on RAM && ARCH_ROCKCHIP
|
||
|
default y
|
||
|
help
|
||
|
This enables support for ram drivers Rockchip SoCs.
|
||
|
|
||
|
if RAM_ROCKCHIP
|
||
|
|
||
|
config RAM_RK3399
|
||
|
bool "Ram driver for Rockchip RK3399"
|
||
|
default ROCKCHIP_RK3399
|
||
|
help
|
||
|
This enables ram drivers support for the platforms based on
|
||
|
Rockchip RK3399 SoC.
|
||
|
|
||
|
endif # RAM_ROCKCHIP
|