diff options
| author | Anshul Dalal <[email protected]> | 2026-06-25 08:47:06 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-10 15:45:57 -0600 |
| commit | 199a088b96c9d352cffa59ce4043e5ac60917697 (patch) | |
| tree | 63f19d9be4e57737c5bd52e62f34095963aa6ec7 /drivers/memory | |
| parent | 9652e00aaa78c3435be33e534a8fae533ca1dc20 (diff) | |
treewide: Kconfig: use bool instead of tristate
U-Boot does not support modules, so having tristate options is useless.
Therefore this patch does a blind replace of all tristate options to
bool tree-wide.
Signed-off-by: Anshul Dalal <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Reviewed-by: Siddharth Vadapalli <[email protected]>
Reviewed-by: Neha Malcom Francis <[email protected]>
Reviewed-by: Romain Gantois <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/memory')
| -rw-r--r-- | drivers/memory/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 82d0fa80396..5f029fd3e70 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -55,7 +55,7 @@ config STM32_OMM - the time between 2 transactions in multiplexed mode. config TI_AEMIF - tristate "Texas Instruments AEMIF driver" + bool "Texas Instruments AEMIF driver" depends on ARCH_KEYSTONE || ARCH_DAVINCI help This driver is for the AEMIF module available in Texas Instruments |
