Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig SND_HDA_CODEC_REALTEK
  3. tristate "Realtek HD-audio codec support"
  4. help
  5. Say Y or M here to include Realtek HD-audio codec support.
  6. This will enable all Realtek HD-audio codec drivers as default,
  7. but you can enable/disable each codec driver individually, too
  8. (only when CONFIG_EXPERT is set).
  9. if SND_HDA_CODEC_REALTEK
  10. config SND_HDA_CODEC_REALTEK_LIB
  11. tristate
  12. select SND_HDA_GENERIC
  13. select SND_HDA_GENERIC_LEDS
  14. select SND_HDA_SCODEC_COMPONENT
  15. config SND_HDA_CODEC_ALC260
  16. tristate "Build Realtek ALC260 HD-audio codec support" if EXPERT
  17. depends on INPUT
  18. select SND_HDA_CODEC_REALTEK_LIB
  19. default y
  20. help
  21. Say Y or M here to include Realtek ALC260 HD-audio codec support
  22. config SND_HDA_CODEC_ALC262
  23. tristate "Build Realtek ALC262 HD-audio codec support" if EXPERT
  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. config SND_HDA_CODEC_ALC268
  30. tristate "Build Realtek ALC268 HD-audio codec support" if EXPERT
  31. depends on INPUT
  32. select SND_HDA_CODEC_REALTEK_LIB
  33. default y
  34. help
  35. Say Y or M here to include Realtek ALC268 and compatible HD-audio
  36. codec support
  37. config SND_HDA_CODEC_ALC269
  38. tristate "Build Realtek ALC269 HD-audio codecs support" if EXPERT
  39. depends on INPUT
  40. select SND_HDA_CODEC_REALTEK_LIB
  41. default y
  42. help
  43. Say Y or M here to include Realtek ALC269 and compatible HD-audio
  44. codec support
  45. config SND_HDA_CODEC_ALC662
  46. tristate "Build Realtek ALC662 HD-audio codecs support" if EXPERT
  47. depends on INPUT
  48. select SND_HDA_CODEC_REALTEK_LIB
  49. default y
  50. help
  51. Say Y or M here to include Realtek ALC662 and compatible HD-audio
  52. codec support
  53. config SND_HDA_CODEC_ALC680
  54. tristate "Build Realtek ALC680 HD-audio codecs support" if EXPERT
  55. depends on INPUT
  56. select SND_HDA_CODEC_REALTEK_LIB
  57. default y
  58. help
  59. Say Y or M here to include Realtek ALC680 HD-audio codec support
  60. config SND_HDA_CODEC_ALC861
  61. tristate "Build Realtek ALC861 HD-audio codecs support" if EXPERT
  62. depends on INPUT
  63. select SND_HDA_CODEC_REALTEK_LIB
  64. default y
  65. help
  66. Say Y or M here to include Realtek ALC861 HD-audio codec support
  67. config SND_HDA_CODEC_ALC861VD
  68. tristate "Build Realtek ALC861-VD HD-audio codecs support" if EXPERT
  69. depends on INPUT
  70. select SND_HDA_CODEC_REALTEK_LIB
  71. default y
  72. help
  73. Say Y or M here to include Realtek ALC861-VD HD-audio codec support
  74. config SND_HDA_CODEC_ALC880
  75. tristate "Build Realtek ALC880 HD-audio codecs support" if EXPERT
  76. depends on INPUT
  77. select SND_HDA_CODEC_REALTEK_LIB
  78. default y
  79. help
  80. Say Y or M here to include Realtek ALC880 HD-audio codec support
  81. config SND_HDA_CODEC_ALC882
  82. tristate "Build Realtek ALC882 HD-audio codecs support" if EXPERT
  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 ALC882 and compatible HD-audio
  88. codec support
  89. endif