mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
platform/x86: intel_telemetry: Remove useless default in Kconfig
'default n' is a default behaviour of Kconfig options. So, remove explicit line from Kconfig. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
cfab22c012
commit
026930bc06
@ -1101,7 +1101,6 @@ config INTEL_PUNIT_IPC
|
|||||||
|
|
||||||
config INTEL_TELEMETRY
|
config INTEL_TELEMETRY
|
||||||
tristate "Intel SoC Telemetry Driver"
|
tristate "Intel SoC Telemetry Driver"
|
||||||
default n
|
|
||||||
depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
|
depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
|
||||||
---help---
|
---help---
|
||||||
This driver provides interfaces to configure and use
|
This driver provides interfaces to configure and use
|
||||||
|
Loading…
Reference in New Issue
Block a user