--- zzzz-none-000/linux-4.4.271/drivers/mtd/maps/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/drivers/mtd/maps/Kconfig 2023-04-19 10:22:29.000000000 +0000 @@ -399,4 +399,24 @@ If compiled as a module, it will be called latch-addr-flash. +config MTD_AVM_MTDRAM + bool "AVM mtdram driver" + select MTD_RAM + help + This enables the AVM mtdram driver. + + This understands the commandline parameters mtdram1=, and + mtdram=,,. The former will provide an mtd device + "update-image.0" which is backed by the phsyical mem area + -. the latter will do the same but will use as + name. + +config MTD_AVM_MTDRAM_KSEG0 + bool "Assume that mtdram-addresses are kseg0-addresses instead of physical" + depends on MTD_AVM_MTDRAM + depends on MIPS + help + Select this if the urlader provides KSEG0-addresses in the mtdram1-cmdline argument. + Otherwise, these are assumed to be physical addresses. + endmenu