diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-20 10:47:59 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-20 10:47:59 -0400 |
commit | 3e3ee6dc949d25423f72bb5ee5f58dfa79ac85c7 (patch) | |
tree | 3941cd3a781740d3e0f1097ee908580f650a5a4c /sound/pci/Kconfig | |
parent | b3e0afe61e8271a8d082478752a67e5c279c8f23 (diff) |
ALSA: ctxfi - Add depends on X86
The ctxfi driver requires explicitly the 4k page size, and gives a
build error on architectures with non-4k pages.
As a workaround, just add the kconfig dependency on X86, which is
the only architecture ever tested.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 3a7640feaf92..2d7fef5df017 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -277,6 +277,7 @@ config SND_CS5535AUDIO | |||
277 | 277 | ||
278 | config SND_CTXFI | 278 | config SND_CTXFI |
279 | tristate "Creative Sound Blaster X-Fi" | 279 | tristate "Creative Sound Blaster X-Fi" |
280 | depends on X86 | ||
280 | select SND_PCM | 281 | select SND_PCM |
281 | help | 282 | help |
282 | If you want to use soundcards based on Creative Sound Blastr X-Fi | 283 | If you want to use soundcards based on Creative Sound Blastr X-Fi |