diff options
| author | Meenakshi Aggarwal <[email protected]> | 2018-11-30 22:32:11 +0530 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-02-19 10:26:43 +0530 |
| commit | e088e587eda7a8813c977ddee84207ca728f87c5 (patch) | |
| tree | f85ed14ac2c1acb0a175d077b25f78450396e75f /arch | |
| parent | 58c3e62040befff8a32a9fd157b0dcd23de194ec (diff) | |
armv8: emc2305: add support for fan controller
Add support for fan controller emc2305.
Signed-off-by: Sriram Dash <[email protected]>
Signed-off-by: Meenakshi Aggarwal <[email protected]>
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig index 01c5068ab6d..a844b34b617 100644 --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig @@ -346,6 +346,12 @@ config MAX_CPUS cores, count the reserved ports. This will allocate enough memory in spin table to properly handle all cores. +config EMC2305 + bool "Fan controller" + help + Enable the EMC2305 fan controller for configuration of fan + speed. + config SECURE_BOOT bool "Secure Boot" help |
