mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-15 22:31:47 -04:00
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>
This commit is contained in:
committed by
Ilpo Järvinen
parent
99fb11d1ed
commit
e99e2c54ea
@@ -6,7 +6,7 @@
|
||||
menuconfig ARM64_PLATFORM_DEVICES
|
||||
bool "ARM64 Platform-Specific Device Drivers"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default y
|
||||
default ARM64
|
||||
help
|
||||
Say Y here to get to see options for platform-specific device drivers
|
||||
for arm64 based devices, primarily EC-like device drivers.
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
menuconfig SURFACE_PLATFORMS
|
||||
bool "Microsoft Surface Platform-Specific Device Drivers"
|
||||
depends on ARM64 || X86 || COMPILE_TEST
|
||||
default y
|
||||
default y if ARM64 || X86
|
||||
help
|
||||
Say Y here to get to see options for platform-specific device drivers
|
||||
for Microsoft Surface devices. This option alone does not add any
|
||||
|
||||
@@ -172,7 +172,7 @@ config DELL_SMBIOS_SMM
|
||||
|
||||
config DELL_SMO8800
|
||||
tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
|
||||
default m
|
||||
default m if ACPI
|
||||
depends on I2C
|
||||
depends on ACPI || COMPILE_TEST
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user