mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-06 05:06:29 +00:00
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# SLIMbus driver configuration
|
||
|
#
|
||
|
menuconfig SLIMBUS
|
||
|
tristate "SLIMbus support"
|
||
|
help
|
||
|
SLIMbus is standard interface between System-on-Chip and audio codec,
|
||
|
and other peripheral components in typical embedded systems.
|
||
|
|
||
|
If unsure, choose N.
|
||
|
|
||
|
if SLIMBUS
|
||
|
|
||
|
# SLIMbus controllers
|
||
|
|
||
|
endif
|