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]
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