diff options
author | Kevin Hao <haokexin@gmail.com> | 2015-03-12 08:32:44 -0400 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-17 05:04:31 -0400 |
commit | 758ddd1d11da5616851dd0d269e321cd1d2d4c1b (patch) | |
tree | 76a008945cacbea537e1735a95cb41c5d365cb1e /drivers/video/fbdev/Kconfig | |
parent | e7b410ef74b3d917db2545086578b663bed19d81 (diff) |
fbdev: radeon: replace PPC_OF with PPC
The PPC_OF is a ppc specific option which is used to mean that the
firmware device tree access functions are available. Since all the
ppc platforms have a device tree, it is aways set to 'y' for ppc.
So it makes no sense to keep a such option in the current kernel.
Replace it with PPC.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index b3dd417b4719..3b818d7a0983 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig | |||
@@ -1333,7 +1333,7 @@ config FB_RADEON | |||
1333 | select FB_CFB_FILLRECT | 1333 | select FB_CFB_FILLRECT |
1334 | select FB_CFB_COPYAREA | 1334 | select FB_CFB_COPYAREA |
1335 | select FB_CFB_IMAGEBLIT | 1335 | select FB_CFB_IMAGEBLIT |
1336 | select FB_MACMODES if PPC_OF | 1336 | select FB_MACMODES if PPC |
1337 | help | 1337 | help |
1338 | Choose this option if you want to use an ATI Radeon graphics card as | 1338 | Choose this option if you want to use an ATI Radeon graphics card as |
1339 | a framebuffer device. There are both PCI and AGP versions. You | 1339 | a framebuffer device. There are both PCI and AGP versions. You |