Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot...
[platform/kernel/u-boot.git] / drivers / ram / octeon / Kconfig
1 config RAM_OCTEON
2         bool "Ram drivers for Octeon SoCs"
3         depends on RAM && ARCH_OCTEON
4         default n
5         help
6          This enables support for RAM drivers for Octeon SoCs.
7
8 if RAM_OCTEON
9
10 config RAM_OCTEON_DDR4
11         bool "Octeon III DDR4 RAM support"
12         default n
13         help
14          This enables support for DDR4 RAM suppoort for Octeon III.  This does
15          not include support for Octeon CN70XX.
16
17 endif # RAM_OCTEON