diff options
| author | Tom Rini <[email protected]> | 2020-10-28 14:50:09 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-28 14:50:09 -0400 |
| commit | 4f1d3079b9f05bb0c5d2e29bbd514e93a2cc65fd (patch) | |
| tree | 4e2a6a2ac57a8d21b372c004b18b4d42c799fdca /cmd/Kconfig | |
| parent | 39dd7c1d6bc94e6381ef7418edd8206cae24377f (diff) | |
| parent | 15995ac3f4840ca14340cadd45a1736bb3747893 (diff) | |
Merge branch '2020-10-28-mux-driver-framework'
- Add a framework for mux drivers
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 11f299da2bd..58864f64484 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1081,6 +1081,12 @@ config CMD_MTD help MTD commands support. +config CMD_MUX + bool "mux" + depends on MULTIPLEXER + help + List, select, and deselect mux controllers on the fly. + config CMD_NAND bool "nand" default y if NAND_SUNXI |
