Commit 79f5b6ae authored by Takashi Iwai's avatar Takashi Iwai Committed by Mauro Carvalho Chehab

[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK

c8sectpfe driver selects CONFIG_FW_LOADER_USER_HELPER_FALLBACK by some
reason, but this option is known to be harmful, leading to minutes of
stalls at boot time.  The option was intended for only compatibility
for an old exotic system that mandates the udev interaction, and not a
thing a driver selects by itself.  Let's remove it.

Fixes: 850a3f7d ('[media] c8sectpfe: Add Kconfig and Makefile for the driver')
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent eab2b761
...@@ -3,7 +3,6 @@ config DVB_C8SECTPFE ...@@ -3,7 +3,6 @@ config DVB_C8SECTPFE
depends on PINCTRL && DVB_CORE && I2C depends on PINCTRL && DVB_CORE && I2C
depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST depends on ARCH_STI || ARCH_MULTIPLATFORM || COMPILE_TEST
select FW_LOADER select FW_LOADER
select FW_LOADER_USER_HELPER_FALLBACK
select DEBUG_FS select DEBUG_FS
select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment