blob: e9ba852d9a27726a0bc5a52dfa4802610f698916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
## SPDX-License-Identifier: GPL-2.0-only
config DRIVERS_SOUNDWIRE_ALC_BASE_7XX
bool
help
Base code for Realtek ALC7xxx Codec SoundWire driver.
config DRIVERS_SOUNDWIRE_ALC711
bool
select DRIVERS_SOUNDWIRE_ALC_BASE_7XX
help
SoundWire driver for Realtek ALC711 device
config DRIVERS_SOUNDWIRE_ALC721
bool
select DRIVERS_SOUNDWIRE_ALC_BASE_7XX
help
SoundWire driver for Realtek ALC721 device
config DRIVERS_SOUNDWIRE_ALC722
bool
select DRIVERS_SOUNDWIRE_ALC_BASE_7XX
help
SoundWire driver for Realtek ALC722 device
|