Skip to content
Snippets Groups Projects
  1. Feb 09, 2024
  2. Feb 07, 2024
  3. Jan 08, 2024
  4. Nov 30, 2023
  5. Oct 27, 2023
  6. Oct 24, 2023
  7. Oct 20, 2023
  8. Oct 11, 2023
  9. Sep 21, 2023
  10. Sep 20, 2023
  11. Aug 22, 2023
  12. Jul 11, 2023
  13. Jul 10, 2023
  14. Jun 15, 2023
  15. Jun 02, 2023
    • Martin Oemus's avatar
      kernel:config: enable CONFIG_INPUT_UINPUT · 4b679ba1
      Martin Oemus authored
      A customer mentioned /dev/uinput to be missing which he uses to emulate
      mouse input during testing. The enabled config option enables the
      required driver for imx6 machines.
      
      BCS 746-001266
      4b679ba1
  16. Jun 01, 2023
  17. May 16, 2023
  18. Mar 27, 2023
  19. Mar 17, 2023
  20. Feb 23, 2023
  21. Feb 08, 2023
  22. Jan 31, 2023
    • Dmitry Petrov's avatar
      seco-mx6:defconfig: Enable SPIDEV and SPIDEVAS · 1f9fffaf
      Dmitry Petrov authored
      
      Enable spidev drivers to support BLE modules on SANTVEND boards.
      
      Depending on the revision of hardware, different drivers should be used:
      - in case of v1.2 revision, it is equipped with ISP091201 BLE module
      which is governed by special "spidevas" driver which implements its own
      chip select handling.
      - in case of v1.3 revision, it is equipped with Protues-III BLE module,
      which is governed by standard "spidev" driver.
      
      It was decided to build the "spidevas" driver as a kernel module.
      
      Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
      1f9fffaf
  23. Jan 24, 2023
  24. Jan 11, 2023
  25. Jan 09, 2023
    • Tobias Kahlki's avatar
      58742416
    • Tobias Kahlki's avatar
      kernel:config: Re-export via savedefconfig · 718ac0a7
      Tobias Kahlki authored
      The i.MX8MP 5.15 defconfig did contain some keys that have been manually
      added and that were removed by the savedefconfig command.
      
      - CONFIG_AC97_BUS_COMPAT is active per default
      - CONFIG_AC97_BUS_NEW is active per default
      - CONFIG_AUDIT is inactive per default
      - CONFIG_BATTERY_WM97XX is inactive per default
      - CONFIG_DMABUF_HEAPS_SYSTEM_UNCACHED seems to be removed from the Kernel
      - CONFIG_ION_CMA_HEAP seems to be removed from the Kernel
      - CONFIG_ION seems to be removed from the Kernel
      - CONFIG_DMA_SHARED_BUFFER is active per default
      - CONFIG_MXC_CAMERA_OV5640_MIPI_V2 was manually commented out; correctly
        removed since inactive per default
      - CONFIG_REGMAP_AC97 added implicitly via MFD_WM97xx [=y] && HAS_IOMEM [=y]
        && AC97_BUS_NEW [=y]
      - CONFIG_TOUCHSCREEN_WM9705 is active per default when WM97XX is active; the
        other drivers are "actively" deactivated (e.g. WM9713)
      - CONFIG_SND_SOC_AC97_BUS_NEW added implicitly via SND_SOC_FSL_SAI_AC97 [=y]
        && SOUND [=y] && !UML && SND [=y] && SND_SOC [=y]
      - CONFIG_SND_SOC_AC97_BUS could be added implicitly, which isn't the case for
        us (since we don't use the actual sound drivers for the WMXX)
      - CONFIG_SND_AC97_CODEC could also be added implicitly, what we don't do
      - CONFIG_SND_SOC_WM9705 is added by SND_PXA2XX_SOC_E7X0 that we don't use
      718ac0a7
    • Tobias Kahlki's avatar
  26. Dec 08, 2022
    • Felix Gerking's avatar
      seco-mx6:defconfig: Enable iptables · e404727f
      Felix Gerking authored
      Approach ip filter config to seco-mx8m. CONFIG_LIBCRC32C=m seems to
      be no longer necessary as it was automatically removed by menuconfig.
      
      BCS 746-001166
      e404727f
  27. Dec 06, 2022
  28. Nov 18, 2022
  29. Oct 14, 2022
Loading