Commit 515d3aa4 authored by Greg Banks's avatar Greg Banks Committed by James Morris

[PATCH] PATCH 2.5: kconfig use of $ARCH (9_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.
parent 34ef35a2
......@@ -175,7 +175,7 @@ if [ "$CONFIG_FB" = "y" ]; then
bool ' Leo (ZX) support' CONFIG_FB_LEO
fi
fi
if [ "$ARCH" = "sparc" ]; then
if [ "$CONFIG_SPARC32" = "y" ]; then
if [ "$CONFIG_PCI" != "n" ]; then
bool ' PCI framebuffers' CONFIG_FB_PCI
if [ "$CONFIG_FB_PCI" != "n" ]; then
......
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