mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08:00
3c4b422adb
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:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
sms-cards.c | ||
sms-cards.h | ||
smscoreapi.c | ||
smscoreapi.h | ||
smsdvb-debugfs.c | ||
smsdvb-main.c | ||
smsdvb.h | ||
smsendian.c | ||
smsendian.h | ||
smsir.c | ||
smsir.h |