In message: [kernel-cache][PATCH] bsp : remove sysfs configs for pwm class
on 23/08/2024 Yogesh Tyagi wrote:

> Following commit removed the CONFIG_SYSFS from linux kernel:

The long log is slighly incorrect, the above should have
been CONFIG_PWM_SYSFS, so I tweaked it during merge.

Cheers,

Bruce

> https://github.com/torvalds/linux/commit/e9cc807f87ffd1ccc919731e8f624982935af3e0
> 
> Having these configs is causing below warning during linux-yocto-6.10 kernel 
> build:
> 
> WARNING: linux-yocto-6.10.3+git-r0 do_kernel_configcheck: [kernel config]: 
> This BSP contains fragments with warnings:
> 
> [INFO]: the following symbols were not found in the active configuration:
>      - CONFIG_PWM_SYSFS
> 
> This changes is needed in 6.10 as well as master branch
> 
> Signed-off-by: Yogesh Tyagi <yogesh.ty...@intel.com>
> ---
>  bsp/intel-x86/intel-x86.cfg       | 1 -
>  bsp/renesas-rcar/renesas-rcar.cfg | 1 -
>  features/pwm/pwm.cfg              | 1 -
>  3 files changed, 3 deletions(-)
> 
> diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg
> index 87e50c06..0a4ebc8c 100644
> --- a/bsp/intel-x86/intel-x86.cfg
> +++ b/bsp/intel-x86/intel-x86.cfg
> @@ -290,7 +290,6 @@ CONFIG_RTL8723BS=m
>  
>  # PWM Support
>  CONFIG_PWM=y
> -CONFIG_PWM_SYSFS=y
>  CONFIG_PWM_LPSS=y
>  CONFIG_PWM_LPSS_PCI=y
>  CONFIG_PWM_LPSS_PLATFORM=y
> diff --git a/bsp/renesas-rcar/renesas-rcar.cfg 
> b/bsp/renesas-rcar/renesas-rcar.cfg
> index f0325826..417953bc 100644
> --- a/bsp/renesas-rcar/renesas-rcar.cfg
> +++ b/bsp/renesas-rcar/renesas-rcar.cfg
> @@ -124,7 +124,6 @@ CONFIG_PHY_RCAR_GEN3_USB3=y
>  
>  # PWM configuration
>  CONFIG_PWM=y
> -CONFIG_PWM_SYSFS=y
>  CONFIG_PWM_RCAR=y
>  
>  # PCIe configuration
> diff --git a/features/pwm/pwm.cfg b/features/pwm/pwm.cfg
> index c957ba57..ad5013bf 100644
> --- a/features/pwm/pwm.cfg
> +++ b/features/pwm/pwm.cfg
> @@ -1,4 +1,3 @@
>  # SPDX-License-Identifier: MIT
>  CONFIG_PWM=y
> -CONFIG_PWM_SYSFS=y
>  
> -- 
> 2.34.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14320): 
https://lists.yoctoproject.org/g/linux-yocto/message/14320
Mute This Topic: https://lists.yoctoproject.org/mt/108052470/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to