mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +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
|