2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/drivers/media/common/siano
Paul Bolle 3c4b422adb [media] sms: Remove CONFIG_ prefix from Kconfig symbols
X-Patchwork-Delegate: mchehab@redhat.com
Remove the CONFIG_ prefix from two Kconfig symbols in a dependency for
SMS_SIANO_DEBUGFS. This prefix is invalid inside Kconfig files.

Note that the current (common sense) dependency on SMS_USB_DRV and
SMS_SDIO_DRV being equal ensures that SMS_SIANO_DEBUGFS will not
violate its constraints. These constraint are that:
- it should only be built if SMS_USB_DRV is set;
- it can't be builtin if USB support is modular.

So drop the dependency on SMS_USB_DRV, as it is unneeded.

Fixes: 6c84b21428 ("[media] sms: fix randconfig building error")

Reported-by: Martin Walch <walch.martin@web.de>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-22 09:57:28 -03:00
..
Kconfig [media] sms: Remove CONFIG_ prefix from Kconfig symbols 2014-07-22 09:57:28 -03:00
Makefile [media] siano: split debugfs code into a separate file 2013-03-21 07:48:41 -03:00
sms-cards.c [media] siano: remove the remaining CamelCase compliants 2013-03-21 10:03:45 -03:00
sms-cards.h [media] siano: add new devices to the Siano Driver 2013-03-21 07:45:06 -03:00
smscoreapi.c [media] siano: fix sparse warnings 2013-10-17 05:55:46 -03:00
smscoreapi.h [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
smsdvb-debugfs.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
smsdvb-main.c [media] siano: fix sparse warnings 2013-10-17 05:55:46 -03:00
smsdvb.h [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
smsendian.c [media] siano: remove the remaining CamelCase compliants 2013-03-21 10:03:45 -03:00
smsendian.h [media] siano: break it into common, mmc and usb 2012-08-13 23:52:52 -03:00
smsir.c [media] rc: abstract access to allowed/enabled protocols 2014-03-11 13:24:39 -03:00
smsir.h [media] siano: remove the ir protocol field 2013-03-22 09:46:46 -03:00