Skip to content

Commit 7edd062

Browse files
rddunlaptdz
authored andcommitted
drivers/ps3: select VIDEO to provide cmdline functions
When VIDEO is not set, there is a build error. Fix that by selecting VIDEO for PS3_PS3AV. ERROR: modpost: ".video_get_options" [drivers/ps3/ps3av_mod.ko] undefined! Fixes: dae7fbf ("driver/ps3: Include <video/cmdline.h> for mode parsing") Fixes: a3b6792 ("video/cmdline: Introduce CONFIG_VIDEO for video= parameter") Cc: Michael Ellerman <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: Christophe Leroy <[email protected]> Cc: Aneesh Kumar K.V <[email protected]> Cc: Naveen N. Rao <[email protected]> Cc: [email protected] Cc: Thomas Zimmermann <[email protected]> Cc: Geoff Levand <[email protected]> Acked-by: Geoff Levand <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Thomas Zimmermann <[email protected]> Acked-by: Michael Ellerman <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent e154c4f commit 7edd062

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/powerpc/platforms/ps3/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ config PS3_VUART
6767
config PS3_PS3AV
6868
depends on PPC_PS3
6969
tristate "PS3 AV settings driver" if PS3_ADVANCED
70+
select VIDEO
7071
select PS3_VUART
7172
default y
7273
help

0 commit comments

Comments
 (0)