summaryrefslogtreecommitdiff
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-24 06:54:59 -0300
committerChanho Park <chanho61.park@samsung.com>2014-08-08 15:21:16 +0900
commit532a67fcdcb53a8e78571509f06bdafb456f12a5 (patch)
tree08d61a3b814ed9285ed352efff18657802ce1251 /drivers/media/pci
parent56bdf8b48ee5fe2531eaa0f9a5221e3f07b7a280 (diff)
downloadlinux-3.10-532a67fcdcb53a8e78571509f06bdafb456f12a5.tar.gz
linux-3.10-532a67fcdcb53a8e78571509f06bdafb456f12a5.tar.bz2
linux-3.10-532a67fcdcb53a8e78571509f06bdafb456f12a5.zip
upstream: [media] sms: fix randconfig building error
As reported by Jim Davis <jim.epost@gmail.com>, building with: CONFIG_USB=m CONFIG_SMS_USB_DRV=m CONFIG_SMS_SDIO_DRV=y CONFIG_SMS_SIANO_MDTV=y CONFIG_SMS_SIANO_DEBUGFS=y causes a build error: drivers/built-in.o: In function `smsdvb_debugfs_register': /home/jim/linux/drivers/media/common/siano/smsdvb-debugfs.c:537: undefined reference to `usb_debug_root' make: *** [vmlinux] Error 1 That happens because the siano-mdtv is builtin, while USB is a module. As it makes not much sense to have sms-usb compiled as 'm' and sms-sdio compiled as 'y' (or vice-versa), only allow enabling debugfs if both are either 'y' or 'm'. Reported-by: Jim Davis <jim.epost@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci')
0 files changed, 0 insertions, 0 deletions