Commit 2960a5c4 authored by Greg Banks's avatar Greg Banks Committed by James Morris

[PATCH] PATCH 2.5: kconfig use of $ARCH (1_12)

 Use of the $ARCH variable is undocumented; the alpha port defines the
 bool constant CONFIG_ALPHA for this purpose.
parent a6af4147
......@@ -35,7 +35,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
int ' Maximal data rate to use (EXPERIMENTAL)' CONFIG_FT_FDC_MAX_RATE 2000
fi
if [ "$ARCH" = "alpha" ]; then
if [ "$CONFIG_ALPHA" = "y" ]; then
int ' CPU clock frequency of your DEC Alpha' CONFIG_FT_ALPHA_CLOCK 0
else
define_int CONFIG_FT_ALPHA_CLOCK 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment