Re: [PATCH 1/9] ps3: AV Settings Driver
From: Segher Boessenkool <hidden>
Date: 2007-01-30 18:40:51
Also in:
linux-fbdev
From: Segher Boessenkool <hidden>
Date: 2007-01-30 18:40:51
Also in:
linux-fbdev
quoted
We can make FB_PS3 (and SND_PS3 later) select PS3_PS3AV. Is that better? I prefer not to make it unconditional, as people who want to run their PS3s headless don't need it.Ok. Even better would be handling it on the makefile level, by doing obj-$(CONFIG_FB_PS3) += ps3_av.o obj-$(CONFIG_SND_PS3) += ps3_av.o
I don't think Kbuild will be too happy with that. Or does it filter out duplicate files everywhere (dep, build, link)? Segher