diff options
| author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2025-04-17 09:46:52 +0200 |
|---|---|---|
| committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2025-04-28 10:37:19 +0200 |
| commit | 91b7163b1ff37d24ba3a9d98f3b53f3fecfc69a5 (patch) | |
| tree | 44caab81cd3f8578383d0094825efc4eec0e1e1c /drivers/mtd/devices/Kconfig | |
| parent | 78693ff68c8c8aa8b8553351e8548386cccdd0c6 (diff) | |
| download | linux-next-91b7163b1ff37d24ba3a9d98f3b53f3fecfc69a5.tar.gz linux-next-91b7163b1ff37d24ba3a9d98f3b53f3fecfc69a5.zip | |
mtd: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all
drivers, but only allow to choose to compile them.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
| -rw-r--r-- | drivers/mtd/devices/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index ff2f9e55ef28..aed653ce8fa2 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig @@ -98,7 +98,7 @@ config MTD_MCHP48L640 config MTD_SPEAR_SMI tristate "SPEAR MTD NOR Support through SMI controller" depends on PLAT_SPEAR || COMPILE_TEST - default y + default PLAT_SPEAR help This enable SNOR support on SPEAR platforms using SMI controller |
