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>
 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
 
 
 config MTD_NAND_AMS_DELTA
        tristate "Amstrad E3 NAND controller"
        depends on MACH_AMS_DELTA || COMPILE_TEST
-       default y
+       default MACH_AMS_DELTA
        help
          Support for NAND flash on Amstrad E3 (Delta).