--- zzzz-none-000/linux-4.4.60/drivers/mtd/maps/Kconfig 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/drivers/mtd/maps/Kconfig 2022-03-30 14:21:52.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