diff options
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2018-10-20 12:48:57 +0200 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2022-08-03 11:11:26 +0200 |
commit | 0a2fd172b4ba5628eefa88fbfb8599c76f6ac021 (patch) | |
tree | 76b5a715e01515050b1d26600870f6e273d2c1a9 /sound | |
parent | 8bfdfbb258913047b5d5384ec2a6b049af1bf437 (diff) |
sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver
The AVR32 architecture does no longer exist in the Linux kernel, hence
remove a reference to it in Kconfig help text to avoid confusion.
Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig index 44d39fa635ae..f407c37c37fa 100644 --- a/sound/spi/Kconfig +++ b/sound/spi/Kconfig @@ -19,7 +19,7 @@ config SND_AT73C213 DAC can be found on Atmel development boards. This driver requires the Atmel SSC driver for sound sink, a - peripheral found on most AT91 and AVR32 microprocessors. + peripheral found on most AT91 microprocessors. To compile this driver as a module, choose M here: the module will be called snd-at73c213. |