--- zzzz-none-000/linux-3.10.107/drivers/mtd/maps/Kconfig 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/drivers/mtd/maps/Kconfig 2021-11-10 11:53:55.000000000 +0000 @@ -387,6 +387,14 @@ This selection automatically selects the map_ram driver. +config MTD_PLATNOR + tristate "Map driver for platform device NOR (mtd-nor)" + help + Map driver for NOR areas described via the platform device + system. + + This selection automatically selects the map_nor driver. + config MTD_VMU tristate "Map driver for Dreamcast VMU" depends on MAPLE @@ -424,4 +432,9 @@ If compiled as a module, it will be called latch-addr-flash. +if LANTIQ +#IFX plaform specific +source "drivers/mtd/maps/Kconfig.ifx" +endif + endmenu