Commit c6736a94 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: x86: Make CONFIG_SND_X86 bool

CONFIG_SND_X86 is a menu config to filter only for x86-specific
drivers in its sub-menu, and this doesn't have to be tristate but
rather it should be a bool.  Also, like other sub-menu configs, it's
more user-friendly to be default=y; it's merely a menu config and the
actual drivers are configured in the sub-menu, after all.

Fixes: 287599cf ("ALSA: add Intel HDMI LPE audio driver for BYT/CHT-T")
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cc3a47a2
menuconfig SND_X86
tristate "X86 sound devices"
bool "X86 sound devices"
depends on X86
default y
---help---
X86 sound devices that don't fall under SoC or PCI categories
......
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