ALSA: hda - Fix input and jack Kconfig depenencies
CONFIG_SND_JACK needs to be selected explicitly only when INPUT=y or INPUT_SND. The current way, INPUT=SND_HDA_INTEL isn't strict enough. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
7cef4cf1c5
commit
fc08722510
@ -51,7 +51,7 @@ config SND_HDA_INPUT_BEEP_MODE
|
|||||||
|
|
||||||
config SND_HDA_INPUT_JACK
|
config SND_HDA_INPUT_JACK
|
||||||
bool "Support jack plugging notification via input layer"
|
bool "Support jack plugging notification via input layer"
|
||||||
depends on INPUT=y || INPUT=SND_HDA_INTEL
|
depends on INPUT=y || INPUT=SND
|
||||||
select SND_JACK
|
select SND_JACK
|
||||||
help
|
help
|
||||||
Say Y here to enable the jack plugging notification via
|
Say Y here to enable the jack plugging notification via
|
||||||
|
Loading…
x
Reference in New Issue
Block a user