diff options
Diffstat (limited to 'roms/u-boot/drivers/ram/octeon/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/ram/octeon/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/ram/octeon/Kconfig b/roms/u-boot/drivers/ram/octeon/Kconfig new file mode 100644 index 000000000..eb5a1208e --- /dev/null +++ b/roms/u-boot/drivers/ram/octeon/Kconfig @@ -0,0 +1,17 @@ +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 |