diff options
| author | Greg Banks <gnb@alphalink.com.au> | 2002-07-14 22:50:27 -0700 |
|---|---|---|
| committer | James Morris <jmorris@intercode.com.au> | 2002-07-14 22:50:27 -0700 |
| commit | 34ef35a203bfb846778d465b349e03d7d06feedd (patch) | |
| tree | 17743904547453aef3dbe00eefd31c10891abfa8 /drivers/video | |
| parent | 8a33960935d1c5f865c066b61e6d0e66be5f256f (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.in | 2 |
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 |
