]> Git Repo - u-boot.git/blame - drivers/mux/Kconfig
ram: stm32mp1: Only print RAM config with CONFIG_SPL_DISPLAY_PRINT
[u-boot.git] / drivers / mux / Kconfig
CommitLineData
0ad40b24
JJH
1menu "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
35b8b92c
JJH
11if MULTIPLEXER
12
13config MUX_MMIO
14 bool "MMIO register bitfield-controlled Multiplexer"
15 depends on MULTIPLEXER && SYSCON
16 help
17 MMIO register bitfield-controlled Multiplexer controller.
18
19 The driver builds multiplexer controllers for bitfields in a syscon
20 register. For N bit wide bitfields, there will be 2^N possible
21 multiplexer states.
22
23endif
24
0ad40b24 25endmenu
This page took 0.064645 seconds and 4 git commands to generate.