diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/Kconfig | 8 | ||||
-rw-r--r-- | sound/pci/Kconfig | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index b65ee4701f98..d8f11408ce27 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -48,6 +48,14 @@ config SND | |||
48 | 48 | ||
49 | For more information, see <http://www.alsa-project.org/> | 49 | For more information, see <http://www.alsa-project.org/> |
50 | 50 | ||
51 | config SND_AC97_CODEC | ||
52 | tristate | ||
53 | select SND_PCM | ||
54 | select SND_AC97_BUS | ||
55 | |||
56 | config SND_AC97_BUS | ||
57 | tristate | ||
58 | |||
51 | source "sound/core/Kconfig" | 59 | source "sound/core/Kconfig" |
52 | 60 | ||
53 | source "sound/drivers/Kconfig" | 61 | source "sound/drivers/Kconfig" |
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index a5d593c66f9f..d140e93d37b6 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -1,13 +1,5 @@ | |||
1 | # ALSA PCI drivers | 1 | # ALSA PCI drivers |
2 | 2 | ||
3 | config SND_AC97_CODEC | ||
4 | tristate | ||
5 | select SND_PCM | ||
6 | select SND_AC97_BUS | ||
7 | |||
8 | config SND_AC97_BUS | ||
9 | tristate | ||
10 | |||
11 | menu "PCI devices" | 3 | menu "PCI devices" |
12 | depends on SND!=n && PCI | 4 | depends on SND!=n && PCI |
13 | 5 | ||