]> git.hungrycats.org Git - linux/commitdiff
[PATCH] PATCH 2.5: kconfig wrong arch symbol 2
authorGreg Banks <gnb@alphalink.com.au>
Mon, 15 Jul 2002 05:51:24 +0000 (22:51 -0700)
committerJames Morris <jmorris@intercode.com.au>
Mon, 15 Jul 2002 05:51:24 +0000 (22:51 -0700)
  The arch-determining symbol CONFIG_SH in drivers/mtd/maps/Config.in
  should be CONFIG_SUPERH.

  [Rusty: this is a resend of 'PATCH 2.5: kconfig wrong arch symbol';
   it should apply now that my earlier patch which trod on the context
   has been merged into 2.5.24]

drivers/mtd/maps/Config.in

index 0f88c212460bad8630633d590dea9648c9c0f138..f601a73d6b46fcb9ab97c91ba1851ca4f0d9a24e 100644 (file)
@@ -47,7 +47,7 @@ if [ "$CONFIG_MIPS" = "y" ]; then
 fi
 
 if [ "$CONFIG_SUPERH" = "y" ]; then
-   dep_tristate '  CFI Flash device mapped on Hitachi SolutionEngine' CONFIG_MTD_SOLUTIONENGINE $CONFIG_MTD_CFI $CONFIG_SH $CONFIG_MTD_REDBOOT_PARTS
+   dep_tristate '  CFI Flash device mapped on Hitachi SolutionEngine' CONFIG_MTD_SOLUTIONENGINE $CONFIG_MTD_CFI $CONFIG_SUPERH $CONFIG_MTD_REDBOOT_PARTS
 fi
 
 if [ "$CONFIG_ARM" = "y" ]; then