1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig SND_HDA_CODEC_REALTEK 4 tristate "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 default y 19 help 20 Say Y or M here to include Realtek ALC260 HD-audio codec support 21 22config SND_HDA_CODEC_ALC262 23 tristate "Build Realtek ALC262 HD-audio codec support" 24 depends on INPUT 25 select SND_HDA_CODEC_REALTEK_LIB 26 default y 27 help 28 Say Y or M here to include Realtek ALC262 HD-audio codec support 29 30config SND_HDA_CODEC_ALC268 31 tristate "Build Realtek ALC268 HD-audio codec support" 32 depends on INPUT 33 select SND_HDA_CODEC_REALTEK_LIB 34 default y 35 help 36 Say Y or M here to include Realtek ALC268 and compatible HD-audio 37 codec support 38 39config SND_HDA_CODEC_ALC269 40 tristate "Build Realtek ALC269 HD-audio codecs support" 41 depends on INPUT 42 select SND_HDA_CODEC_REALTEK_LIB 43 default y 44 help 45 Say Y or M here to include Realtek ALC269 and compatible HD-audio 46 codec support 47 48config SND_HDA_CODEC_ALC662 49 tristate "Build Realtek ALC662 HD-audio codecs support" 50 depends on INPUT 51 select SND_HDA_CODEC_REALTEK_LIB 52 default y 53 help 54 Say Y or M here to include Realtek ALC662 and compatible HD-audio 55 codec support 56 57config SND_HDA_CODEC_ALC680 58 tristate "Build Realtek ALC680 HD-audio codecs support" 59 depends on INPUT 60 select SND_HDA_CODEC_REALTEK_LIB 61 default y 62 help 63 Say Y or M here to include Realtek ALC680 HD-audio codec support 64 65config SND_HDA_CODEC_ALC861 66 tristate "Build Realtek ALC861 HD-audio codecs support" 67 depends on INPUT 68 select SND_HDA_CODEC_REALTEK_LIB 69 default y 70 help 71 Say Y or M here to include Realtek ALC861 HD-audio codec support 72 73config SND_HDA_CODEC_ALC861VD 74 tristate "Build Realtek ALC861-VD HD-audio codecs support" 75 depends on INPUT 76 select SND_HDA_CODEC_REALTEK_LIB 77 default y 78 help 79 Say Y or M here to include Realtek ALC861-VD HD-audio codec support 80 81config SND_HDA_CODEC_ALC880 82 tristate "Build Realtek ALC880 HD-audio codecs support" 83 depends on INPUT 84 select SND_HDA_CODEC_REALTEK_LIB 85 default y 86 help 87 Say Y or M here to include Realtek ALC880 HD-audio codec support 88 89config SND_HDA_CODEC_ALC882 90 tristate "Build Realtek ALC882 HD-audio codecs support" 91 depends on INPUT 92 select SND_HDA_CODEC_REALTEK_LIB 93 default y 94 help 95 Say Y or M here to include Realtek ALC882 and compatible HD-audio 96 codec support 97 98endif 99 100 101