Create a specific menu for the CONFIG_HDMI_LPE_AUDIO setting. Add additional narrative to further explain the function of the CONFIG_HDMI_LPE_AUDIO setting. Remove subsequently unnecessary CONFIG_SND_X86 setting.
Signed-off-by: Ian W Morrison linuxium@linuxium.com.au --- sound/x86/Kconfig | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/sound/x86/Kconfig b/sound/x86/Kconfig index 84c8f8fc..a89d769 100644 --- a/sound/x86/Kconfig +++ b/sound/x86/Kconfig @@ -1,10 +1,5 @@ -menuconfig SND_X86 - tristate "X86 sound devices" - depends on X86 - ---help--- - X86 sound devices that don't fall under SoC or PCI categories - -if SND_X86 +menu "HDMI LPE for SoC audio support" + comment "Required for HDMI audio support on Intel Baytrail and Cherrytrail"
config HDMI_LPE_AUDIO tristate "HDMI audio without HDaudio on Intel Atom platforms" @@ -13,4 +8,4 @@ config HDMI_LPE_AUDIO help Choose this option to support HDMI LPE Audio mode
-endif # SND_X86 +endmenu