diff options
Diffstat (limited to 'sound/hda/Kconfig')
-rw-r--r-- | sound/hda/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/hda/Kconfig b/sound/hda/Kconfig index f6feced15f17..3d33fc1757ba 100644 --- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig | |||
@@ -6,6 +6,9 @@ config SND_HDA_CORE | |||
6 | config SND_HDA_DSP_LOADER | 6 | config SND_HDA_DSP_LOADER |
7 | bool | 7 | bool |
8 | 8 | ||
9 | config SND_HDA_ALIGNED_MMIO | ||
10 | bool | ||
11 | |||
9 | config SND_HDA_COMPONENT | 12 | config SND_HDA_COMPONENT |
10 | bool | 13 | bool |
11 | 14 | ||
@@ -29,3 +32,8 @@ config SND_HDA_PREALLOC_SIZE | |||
29 | 32 | ||
30 | Note that the pre-allocation size can be changed dynamically | 33 | Note that the pre-allocation size can be changed dynamically |
31 | via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. | 34 | via a proc file (/proc/asound/card*/pcm*/sub*/prealloc), too. |
35 | |||
36 | config SND_INTEL_NHLT | ||
37 | tristate | ||
38 | # this config should be selected only for Intel ACPI platforms. | ||
39 | # A fallback is provided so that the code compiles in all cases. \ No newline at end of file | ||