--- zzzz-none-000/linux-2.6.32.61/drivers/mtd/maps/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/drivers/mtd/maps/Kconfig 2011-07-20 07:23:51.000000000 +0000 @@ -546,6 +546,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 @@ -557,4 +565,11 @@ To build this as a module select M here, the module will be called vmu-flash. + + +if LANTIQ +#IFX plaform specific +source "drivers/mtd/maps/Kconfig.ifx" +endif + endmenu