Blame view

sound/ppc/Kconfig 1.28 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  # ALSA PowerMac drivers
89fe51179   Takashi Iwai   sound: Convert to...
2
3
  menuconfig SND_PPC
  	bool "PowerPC sound devices"
f8a3ae6c8   Kumar Gala   powerpc: Minor cl...
4
  	depends on PPC
89fe51179   Takashi Iwai   sound: Convert to...
5
6
7
  	default y
  	help
  	  Support for sound devices specific to PowerPC architectures.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8

89fe51179   Takashi Iwai   sound: Convert to...
9
  if SND_PPC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
  
  config SND_POWERMAC
  	tristate "PowerMac (AWACS, DACA, Burgundy, Tumbler, Keywest)"
89fe51179   Takashi Iwai   sound: Convert to...
13
  	depends on I2C && INPUT && PPC_PMAC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
  	select SND_PCM
dca7c7417   Risto Suominen   ALSA: Add vmaster...
15
  	select SND_VMASTER
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16
17
18
19
20
  	help
  	  Say Y here to include support for the integrated sound device.
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-powermac.
f32838530   Takashi Iwai   [ALSA] powermac -...
21
22
23
24
25
26
27
28
29
  config SND_POWERMAC_AUTO_DRC
  	bool "Toggle DRC automatically at headphone/line plug-in"
  	depends on SND_POWERMAC
  	default y
  	help
  	  Say Y here to enable the automatic toggle of DRC (dynamic
  	  range compression) on Tumbler/Snapper.
  	  If this feature is enabled, DRC is turned off when the
  	  headphone/line jack is plugged, and turned on when unplugged.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
30

f32838530   Takashi Iwai   [ALSA] powermac -...
31
32
  	  Note that you can turn on/off DRC manually even without this
  	  option.
c454fd4e8   Masakazu Mokuno   [ALSA] Add PS3 so...
33
34
  config SND_PS3
  	tristate "PS3 Audio support"
89fe51179   Takashi Iwai   sound: Convert to...
35
  	depends on PS3_PS3AV
c454fd4e8   Masakazu Mokuno   [ALSA] Add PS3 so...
36
37
38
39
40
41
42
43
44
45
46
47
  	select SND_PCM
  	default m
  	help
  	  Say Y here to include support for audio on the PS3
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd_ps3.
  
  config SND_PS3_DEFAULT_START_DELAY
  	int "Startup delay time in ms"
  	depends on SND_PS3
  	default "2000"
89fe51179   Takashi Iwai   sound: Convert to...
48
49
  
  endif	# SND_PPC