summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorGreg Banks <gnb@alphalink.com.au>2002-07-14 22:50:27 -0700
committerJames Morris <jmorris@intercode.com.au>2002-07-14 22:50:27 -0700
commit34ef35a203bfb846778d465b349e03d7d06feedd (patch)
tree17743904547453aef3dbe00eefd31c10891abfa8 /drivers/video
parent8a33960935d1c5f865c066b61e6d0e66be5f256f (diff)
[PATCH] PATCH 2.5: kconfig use of $ARCH (10_12)
Use of the $ARCH variable is undocumented; the sparc and sparc64 ports define the bool constants CONFIG_SPARC32 and CONFIG_SPARC64 respectively for this purpose.
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Config.in b/drivers/video/Config.in
index 9a106fbce63e..a7668354b756 100644
--- a/drivers/video/Config.in
+++ b/drivers/video/Config.in
@@ -183,7 +183,7 @@ if [ "$CONFIG_FB" = "y" ]; then
fi
fi
fi
- if [ "$ARCH" = "sparc64" ]; then
+ if [ "$CONFIG_SPARC64" = "y" ]; then
if [ "$CONFIG_PCI" != "n" ]; then
bool ' PCI framebuffers' CONFIG_FB_PCI
if [ "$CONFIG_FB_PCI" != "n" ]; then