mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
mux: Kconfig: Add Kconfig options for MUX_MMIO
Add Kconfig options for MUX_MMIO so that it can be enabled in SPL stage. Signed-off-by: Anurag Dutta <a-dutta@ti.com>
This commit is contained in:
parent
069da0cf25
commit
9b838d0d7b
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@ config MULTIPLEXER
|
||||||
|
|
||||||
if MULTIPLEXER
|
if MULTIPLEXER
|
||||||
|
|
||||||
|
config SPL_MUX_MMIO
|
||||||
|
bool "MMIO register bitfield-controlled Multiplexer"
|
||||||
|
depends on MULTIPLEXER && SYSCON
|
||||||
|
help
|
||||||
|
MMIO register bitfield-controlled Multiplexer controller.
|
||||||
|
|
||||||
|
The driver builds multiplexer controllers for bitfields in a syscon
|
||||||
|
register. For N bit wide bitfields, there will be 2^N possible
|
||||||
|
multiplexer states.
|
||||||
|
|
||||||
config MUX_MMIO
|
config MUX_MMIO
|
||||||
bool "MMIO register bitfield-controlled Multiplexer"
|
bool "MMIO register bitfield-controlled Multiplexer"
|
||||||
depends on MULTIPLEXER && SYSCON
|
depends on MULTIPLEXER && SYSCON
|
||||||
|
|
Loading…
Add table
Reference in a new issue