Blame view

sound/aoa/Kconfig 369 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
89fe51179   Takashi Iwai   sound: Convert to...
2
  menuconfig SND_AOA
f3d9478b2   Johannes Berg   [ALSA] snd-aoa: a...
3
  	tristate "Apple Onboard Audio driver"
89fe51179   Takashi Iwai   sound: Convert to...
4
  	depends on PPC_PMAC
e8b98ff42   Takashi Iwai   [ALSA] Fix wrong ...
5
  	select SND_PCM
f3d9478b2   Johannes Berg   [ALSA] snd-aoa: a...
6
7
8
  	---help---
  	This option enables the new driver for the various
  	Apple Onboard Audio components.
89fe51179   Takashi Iwai   sound: Convert to...
9
  if SND_AOA
f3d9478b2   Johannes Berg   [ALSA] snd-aoa: a...
10
11
12
13
14
  source "sound/aoa/fabrics/Kconfig"
  
  source "sound/aoa/codecs/Kconfig"
  
  source "sound/aoa/soundbus/Kconfig"
89fe51179   Takashi Iwai   sound: Convert to...
15
  endif	# SND_AOA