• Greg Banks's avatar
    [PATCH] PATCH: kconfig wrong arch symbols · 8c65a640
    Greg Banks authored
    Three arch-determining symbols in drivers/mtd/maps/Config.in are wrong.
    They have apparently been generated using the sensible pattern "CONFIG_FOO"
    for an architecture "foo"; unfortunately the architectures are not sensible.
    
      CONFIG_SPARC should be CONFIG_SPARC32
      CONFIG_I386 should be CONFIG_X86
      CONFIG_SH should be CONFIG_SUPERH
    8c65a640
Config.in 3.82 KB