1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig SND_HDA_CODEC_REALTEK 4 bool "Realtek HD-audio codec support" 5 6if SND_HDA_CODEC_REALTEK 7 8config SND_HDA_CODEC_REALTEK_LIB 9 tristate 10 select SND_HDA_GENERIC 11 select SND_HDA_GENERIC_LEDS 12 select SND_HDA_SCODEC_COMPONENT 13 14config SND_HDA_CODEC_ALC260 15 tristate "Build Realtek ALC260 HD-audio codec support" 16 depends on INPUT 17 select SND_HDA_CODEC_REALTEK_LIB 18 help 19 Say Y or M here to include Realtek ALC260 HD-audio codec support 20 21config SND_HDA_CODEC_ALC262 22 tristate "Build Realtek ALC262 HD-audio codec support" 23 depends on INPUT 24 select SND_HDA_CODEC_REALTEK_LIB 25 help 26 Say Y or M here to include Realtek ALC262 HD-audio codec support 27 28config SND_HDA_CODEC_ALC268 29 tristate "Build Realtek ALC268 HD-audio codec support" 30 depends on INPUT 31 select SND_HDA_CODEC_REALTEK_LIB 32 help 33 Say Y or M here to include Realtek ALC268 and compatible HD-audio 34 codec support 35 36config SND_HDA_CODEC_ALC269 37 tristate "Build Realtek ALC269 HD-audio codecs support" 38 depends on INPUT 39 select SND_HDA_CODEC_REALTEK_LIB 40 help 41 Say Y or M here to include Realtek ALC269 and compatible HD-audio 42 codec support 43 44config SND_HDA_CODEC_ALC662 45 tristate "Build Realtek ALC662 HD-audio codecs support" 46 depends on INPUT 47 select SND_HDA_CODEC_REALTEK_LIB 48 help 49 Say Y or M here to include Realtek ALC662 and compatible HD-audio 50 codec support 51 52config SND_HDA_CODEC_ALC680 53 tristate "Build Realtek ALC680 HD-audio codecs support" 54 depends on INPUT 55 select SND_HDA_CODEC_REALTEK_LIB 56 help 57 Say Y or M here to include Realtek ALC680 HD-audio codec support 58 59config SND_HDA_CODEC_ALC861 60 tristate "Build Realtek ALC861 HD-audio codecs support" 61 depends on INPUT 62 select SND_HDA_CODEC_REALTEK_LIB 63 help 64 Say Y or M here to include Realtek ALC861 HD-audio codec support 65 66config SND_HDA_CODEC_ALC861VD 67 tristate "Build Realtek ALC861-VD HD-audio codecs support" 68 depends on INPUT 69 select SND_HDA_CODEC_REALTEK_LIB 70 help 71 Say Y or M here to include Realtek ALC861-VD HD-audio codec support 72 73config SND_HDA_CODEC_ALC880 74 tristate "Build Realtek ALC880 HD-audio codecs support" 75 depends on INPUT 76 select SND_HDA_CODEC_REALTEK_LIB 77 help 78 Say Y or M here to include Realtek ALC880 HD-audio codec support 79 80config SND_HDA_CODEC_ALC882 81 tristate "Build Realtek ALC882 HD-audio codecs support" 82 depends on INPUT 83 select SND_HDA_CODEC_REALTEK_LIB 84 help 85 Say Y or M here to include Realtek ALC882 and compatible HD-audio 86 codec support 87 88endif 89 90 91