Skip to content

Commit 91b7163

Browse files
krzkmiquelraynal
authored andcommitted
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 <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 78693ff commit 91b7163

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/mtd/devices/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ config MTD_MCHP48L640
9898
config MTD_SPEAR_SMI
9999
tristate "SPEAR MTD NOR Support through SMI controller"
100100
depends on PLAT_SPEAR || COMPILE_TEST
101-
default y
101+
default PLAT_SPEAR
102102
help
103103
This enable SNOR support on SPEAR platforms using SMI controller
104104

drivers/mtd/nand/raw/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ config MTD_NAND_DENALI_DT
3434
config MTD_NAND_AMS_DELTA
3535
tristate "Amstrad E3 NAND controller"
3636
depends on MACH_AMS_DELTA || COMPILE_TEST
37-
default y
37+
default MACH_AMS_DELTA
3838
help
3939
Support for NAND flash on Amstrad E3 (Delta).
4040

0 commit comments

Comments
 (0)