mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-18 07:02:39 +00:00
![]() The split of HDMI codec driver may confuse users when migrating from
the previous kernel configs and leave some drivers disabled
unexpectedly. Although we've already set y to all HDMI codec drivers
as default, it's still safer to paper over the wrong choices.
This patch marks the prompt of each HDMI codec driver with
CONFIG_EXPERT, so that they are all enabled when the top-level
CONFIG_SND_HDA_CODEC_HDMI is set.
For users who really care about the minimalistic configuration, they
can turn each driver on/off individually after setting
CONFIG_EXPERT=y.
The patch also adds the missing help text to the top-level
CONFIG_SND_HDA_CODEC_HDMI together with the explanation of individual
choices, too.
Fixes:
|
||
---|---|---|
.. | ||
atihdmi.c | ||
eld.c | ||
hdmi_local.h | ||
hdmi.c | ||
intelhdmi.c | ||
Kconfig | ||
Makefile | ||
nvhdmi-mcp.c | ||
nvhdmi.c | ||
simplehdmi.c | ||
tegrahdmi.c |