mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
12 lines
287 B
Text
12 lines
287 B
Text
|
menu "Multiplexer drivers"
|
||
|
|
||
|
config MULTIPLEXER
|
||
|
bool "Multiplexer Support"
|
||
|
depends on DM
|
||
|
help
|
||
|
The mux framework is a minimalistic subsystem that handles multiplexer
|
||
|
controllers. It provides the same API as Linux and mux drivers should
|
||
|
be portable with a minimum effort.
|
||
|
|
||
|
endmenu
|