11227fd192
Add the PS3 AV Settings Driver. The AV Settings driver is used to control Audio and Video settings. It communicates with the policy manager through the virtual uart. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: James Simmons <jsimmons@infradead.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
3 lines
82 B
Makefile
3 lines
82 B
Makefile
obj-$(CONFIG_PS3_VUART) += vuart.o
|
|
obj-$(CONFIG_PS3_PS3AV) += ps3av.o ps3av_cmd.o
|