Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform: 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>
Link: https://lore.kernel.org/r/20250417074648.81528-1-krzysztof.kozlowski@linaro.org
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Krzysztof Kozlowski and committed by
Ilpo Järvinen
e99e2c54 99fb11d1

+3 -3
+1 -1
drivers/platform/arm64/Kconfig
··· 6 6 menuconfig ARM64_PLATFORM_DEVICES 7 7 bool "ARM64 Platform-Specific Device Drivers" 8 8 depends on ARM64 || COMPILE_TEST 9 - default y 9 + default ARM64 10 10 help 11 11 Say Y here to get to see options for platform-specific device drivers 12 12 for arm64 based devices, primarily EC-like device drivers.
+1 -1
drivers/platform/surface/Kconfig
··· 6 6 menuconfig SURFACE_PLATFORMS 7 7 bool "Microsoft Surface Platform-Specific Device Drivers" 8 8 depends on ARM64 || X86 || COMPILE_TEST 9 - default y 9 + default y if ARM64 || X86 10 10 help 11 11 Say Y here to get to see options for platform-specific device drivers 12 12 for Microsoft Surface devices. This option alone does not add any
+1 -1
drivers/platform/x86/dell/Kconfig
··· 172 172 173 173 config DELL_SMO8800 174 174 tristate "Dell Latitude freefall driver (ACPI SMO88XX)" 175 - default m 175 + default m if ACPI 176 176 depends on I2C 177 177 depends on ACPI || COMPILE_TEST 178 178 help