From 66b18bcc80ee35b297a01d41f632c13853c3bb6c Mon Sep 17 00:00:00 2001 From: Greg Banks Date: Sun, 14 Jul 2002 22:51:24 -0700 Subject: [PATCH] [PATCH] PATCH 2.5: kconfig wrong arch symbol 2 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/maps/Config.in b/drivers/mtd/maps/Config.in index 0f88c212460b..f601a73d6b46 100644 --- a/drivers/mtd/maps/Config.in +++ b/drivers/mtd/maps/Config.in @@ -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 -- 2.39.5