diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-02-28 20:13:38 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 14:53:38 -0800 |
commit | 3f555c700b6c90f9ac24bc81a4f509583d906278 (patch) | |
tree | fcbb17730169f8ab1fd6b30fffe22483f8bb8160 /drivers/video | |
parent | 8a2bfdcbfa441d8b0e5cb9c9a7f45f77f80da465 (diff) | |
download | linux-3.10-3f555c700b6c90f9ac24bc81a4f509583d906278.tar.gz linux-3.10-3f555c700b6c90f9ac24bc81a4f509583d906278.tar.bz2 linux-3.10-3f555c700b6c90f9ac24bc81a4f509583d906278.zip |
[PATCH] ps3: introduce CONFIG_PS3_ADVANCED
ps3: Introduce CONFIG_PS3_ADVANCED, as suggested by Roman Zippel, and use
it to control questions about PS3 subsystems that may not be obvious for
the casual user.
This gets rid of the following warning on non-powerpc platforms: |
drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3'
refer to undefined symbol 'PS3_PS3AV'
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index c1536d78555..b8f0a11e8f3 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1618,8 +1618,7 @@ config FB_IBM_GXT4500 config FB_PS3 bool "PS3 GPU framebuffer driver" - depends on FB && PPC_PS3 - select PS3_PS3AV + depends on FB && PS3_PS3AV select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT |