blob: 35c1c5673c5aab9e7f8aa67f617afc1d691e7cf0 [file] [log] [blame]
Jean-Jacques Hiblot0ad40b22020-10-16 16:16:30 +05301menu "Multiplexer drivers"
2
3config MULTIPLEXER
4 bool "Multiplexer Support"
5 depends on DM
6 help
7 The mux framework is a minimalistic subsystem that handles multiplexer
8 controllers. It provides the same API as Linux and mux drivers should
9 be portable with a minimum effort.
10
11endmenu