--- zzzz-none-000/linux-4.19.183/drivers/mtd/maps/Kconfig 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-756/linux-4.19.183/drivers/mtd/maps/Kconfig 2023-06-28 08:54:19.000000000 +0000 @@ -94,6 +94,12 @@ platforms, some detection and setting up parallel mode on the external interface. +config MTD_BCM963XX + tristate "Broadcom 963xx ADSL board flash memory support" + depends on BCM_KF_MTD_BCM963XX + help + Broadcom 963xx ADSL board flash memory + config MTD_PMC_MSP_EVM tristate "CFI Flash device mapped on PMC-Sierra MSP" depends on PMC_MSP && MTD_CFI @@ -409,4 +415,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