summaryrefslogtreecommitdiff
path: root/drivers/mux/Kconfig
blob: 35c1c5673c5aab9e7f8aa67f617afc1d691e7cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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