--- zzzz-none-000/linux-4.9.276/drivers/mtd/maps/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/mtd/maps/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -409,4 +409,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