mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
18 lines
383 B
Text
18 lines
383 B
Text
|
config RAM_OCTEON
|
||
|
bool "Ram drivers for Octeon SoCs"
|
||
|
depends on RAM && ARCH_OCTEON
|
||
|
default n
|
||
|
help
|
||
|
This enables support for RAM drivers for Octeon SoCs.
|
||
|
|
||
|
if RAM_OCTEON
|
||
|
|
||
|
config RAM_OCTEON_DDR4
|
||
|
bool "Octeon III DDR4 RAM support"
|
||
|
default n
|
||
|
help
|
||
|
This enables support for DDR4 RAM suppoort for Octeon III. This does
|
||
|
not include support for Octeon CN70XX.
|
||
|
|
||
|
endif # RAM_OCTEON
|