diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-02-12 00:55:16 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 09:48:44 -0800 |
commit | 11227fd1922dc5dda691586852cfd220dd383f37 (patch) | |
tree | e6631b1e5be83876bbe2c6e5cea3a427ce61a3fa /drivers/ps3/Makefile | |
parent | 5b8e8ee6c65a34d8aafaeb8e2eaa97e496c2567c (diff) | |
download | linux-11227fd1922dc5dda691586852cfd220dd383f37.tar.gz linux-11227fd1922dc5dda691586852cfd220dd383f37.tar.bz2 linux-11227fd1922dc5dda691586852cfd220dd383f37.zip |
[PATCH] ps3: AV Settings Driver
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>
Diffstat (limited to 'drivers/ps3/Makefile')
-rw-r--r-- | drivers/ps3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps3/Makefile b/drivers/ps3/Makefile index d547cf50ca9d..96958c03cf61 100644 --- a/drivers/ps3/Makefile +++ b/drivers/ps3/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_PS3_VUART) += vuart.o +obj-$(CONFIG_PS3_PS3AV) += ps3av.o ps3av_cmd.o |