Kconfig (6a27e540de2c5ff580af99b6b093ce00f495466e) Kconfig (cf885929a601ba851ce95da236d5b2470850d368)
1menu "Sound support"
2
3config SOUND
4 bool "Enable sound support"
5 help
6 Support making sounds through an audio codec. This is normally a
7 beep at a chosen frequency for a selected length of time. However
8 the drivers support playing arbitrary sound samples using a

--- 81 unchanged lines hidden (view full) ---

90config SOUND_MAX98095
91 bool "Support Maxim max98095 audio codec"
92 depends on I2S
93 help
94 Enable the max98095 audio codec. This is connected via I2S for
95 audio data and I2C for codec control. At present it only works
96 with the Samsung I2S driver.
97
1menu "Sound support"
2
3config SOUND
4 bool "Enable sound support"
5 help
6 Support making sounds through an audio codec. This is normally a
7 beep at a chosen frequency for a selected length of time. However
8 the drivers support playing arbitrary sound samples using a

--- 81 unchanged lines hidden (view full) ---

90config SOUND_MAX98095
91 bool "Support Maxim max98095 audio codec"
92 depends on I2S
93 help
94 Enable the max98095 audio codec. This is connected via I2S for
95 audio data and I2C for codec control. At present it only works
96 with the Samsung I2S driver.
97
98config SOUND_RT5677
99 bool "Support Realtek RT5677 audio codec"
100 depends on SOUND
101 help
102 Enable the Realtek RT5677 audio codec. This is an I2S device used on
103 some Chromebooks from around 2015 ('auron'). It is configured using
104 an I2C interface and supports multiple sound inputs and outputs,
105 including digital microphones.
106
98config SOUND_SANDBOX
99 bool "Support sandbox emulated audio codec"
100 depends on SANDBOX && SOUND
101 help
102 U-Boot sandbox can emulate a sound device using SDL, playing the
103 sound on the host machine. This option implements the sound_init()
104 and sound_play() functions for sandbox. Note that you must install
105 the SDL libraries for this to work.
106
107config SOUND_WM8994
108 bool "Support Wolfson Micro wm8994 audio codec"
109 depends on I2S_SAMSUNG
110 help
111 Enable the wm8994 audio codec. This is connected via I2S for
112 audio data and I2C for codec control. At present it only works
113 with the Samsung I2S driver.
114
115endmenu
107config SOUND_SANDBOX
108 bool "Support sandbox emulated audio codec"
109 depends on SANDBOX && SOUND
110 help
111 U-Boot sandbox can emulate a sound device using SDL, playing the
112 sound on the host machine. This option implements the sound_init()
113 and sound_play() functions for sandbox. Note that you must install
114 the SDL libraries for this to work.
115
116config SOUND_WM8994
117 bool "Support Wolfson Micro wm8994 audio codec"
118 depends on I2S_SAMSUNG
119 help
120 Enable the wm8994 audio codec. This is connected via I2S for
121 audio data and I2C for codec control. At present it only works
122 with the Samsung I2S driver.
123
124endmenu