User Activity

I am trying to remove unused services before build in yocto.can you please help me?
GPIO for button is 98.GPIO for CAN is 92.In dts file,button: gpio-keys {        compatible = "gpio-keys";        #address-cells = <1>;        #size-cells = <0>;        status = "okay";        button1: plugin-gpio {            label = "plugin-gpio";  ...