Jean-Jacques Hiblot | 0ad40b2 | 2020-10-16 16:16:30 +0530 | [diff] [blame^] | 1 | menu "Multiplexer drivers" |
2 | |||||
3 | config 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 | |||||
11 | endmenu |