repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
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
|