Changes between Version 33 and Version 34 of linux/kernel
- Timestamp:
- 01/22/2024 08:03:16 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/kernel
v33 v34 170 170 {{{#!bash 171 171 make distclean 172 make imx8m m_venice_defconfig # Gateworks default config172 make imx8m_venice_defconfig # Gateworks default config 173 173 make menuconfig 174 174 }}} 175 * Note that imx8m m_venice_defconfig exists in arch/arm64/configs/ for the Gateworks venice kernels and does contain support for imx8mm as well as imx8mn and imx8mp SoC's. This defconfig contains all kernel modules deemed useful and is rather large. For a more minimal venice kernel defconfig copy [http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_defconfig venice_minimal_kernel_defconfig] to arch/arm64/configs and use 'make venice_minimal_kernel_defconfig'175 * Note that imx8m_venice_defconfig exists in arch/arm64/configs/ for the Gateworks venice kernels and does contain support for imx8mm as well as imx8mn and imx8mp SoC's. This defconfig contains all kernel modules deemed useful and is rather large. For a more minimal venice kernel defconfig copy [http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_defconfig venice_minimal_kernel_defconfig] to arch/arm64/configs and use 'make venice_minimal_kernel_defconfig' 176 176 - Newport (CN80XX arm64) 177 177 {{{