* [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
@ 2025-06-11 7:49 Beleswar Padhi
2025-06-11 10:22 ` Krzysztof Kozlowski
0 siblings, 1 reply; 8+ messages in thread
From: Beleswar Padhi @ 2025-06-11 7:49 UTC (permalink / raw)
To: linux, arnd
Cc: afd, u-kumar1, praneeth, b-padhi, linux-arm-kernel, linux-kernel
From: Sinthu Raja <sinthu.raja@ti.com>
This allows us to use various peripherals in the TI OMAP family devices
using the multi-v7 config, instead of only with the OMAP specific
defconfigs.
Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
---
arch/arm/configs/multi_v7_defconfig | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c79495e113c8..10ad7026bb4d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -166,6 +166,7 @@ CONFIG_BT_MRVL_SDIO=m
CONFIG_BT_QCOMSMD=m
CONFIG_CFG80211=m
CONFIG_MAC80211=m
+CONFIG_IWLWIFI=m
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
CONFIG_RFKILL_GPIO=y
@@ -788,6 +789,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_SOUND=m
CONFIG_SND=m
+CONFIG_SND_SOC_OMAP_HDMI=m
CONFIG_SND_HDA_TEGRA=m
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_PATCH_LOADER=y
@@ -1095,6 +1097,7 @@ CONFIG_TEGRA_IOMMU_SMMU=y
CONFIG_EXYNOS_IOMMU=y
CONFIG_QCOM_IOMMU=y
CONFIG_REMOTEPROC=y
+CONFIG_WKUP_M3_RPROC=m
CONFIG_OMAP_REMOTEPROC=m
CONFIG_OMAP_REMOTEPROC_WATCHDOG=y
CONFIG_KEYSTONE_REMOTEPROC=m
@@ -1102,6 +1105,7 @@ CONFIG_QCOM_Q6V5_MSS=m
CONFIG_QCOM_SYSMON=m
CONFIG_QCOM_WCNSS_PIL=m
CONFIG_ST_REMOTEPROC=m
+CONFIG_OMAP_REMOTEPROC=m
CONFIG_RPMSG_CHAR=m
CONFIG_RPMSG_CTRL=m
CONFIG_RPMSG_QCOM_SMD=y
@@ -1127,6 +1131,8 @@ CONFIG_ARCH_TEGRA_3x_SOC=y
CONFIG_ARCH_TEGRA_114_SOC=y
CONFIG_ARCH_TEGRA_124_SOC=y
CONFIG_SOC_TI=y
+CONFIG_AMX3_PM=m
+CONFIG_WKUP_M3_IPC=m
CONFIG_KEYSTONE_NAVIGATOR_QMSS=y
CONFIG_KEYSTONE_NAVIGATOR_DMA=y
CONFIG_RASPBERRYPI_POWER=y
@@ -1138,11 +1144,13 @@ CONFIG_TI_SCI_PM_DOMAINS=y
CONFIG_ARM_EXYNOS_BUS_DEVFREQ=m
CONFIG_ARM_TEGRA_DEVFREQ=m
CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=m
+CONFIG_EXTCON_PALMAS=m
CONFIG_EXTCON_MAX14577=m
CONFIG_EXTCON_MAX77693=m
CONFIG_EXTCON_MAX8997=m
CONFIG_EXTCON_USB_GPIO=y
CONFIG_TI_AEMIF=y
+CONFIG_TI_EMIF_SRAM=m
CONFIG_STM32_FMC2_EBI=y
CONFIG_EXYNOS5422_DMC=m
CONFIG_IIO=y
@@ -1287,6 +1295,7 @@ CONFIG_CRYPTO_AES_ARM=m
CONFIG_CRYPTO_AES_ARM_BS=m
CONFIG_CRYPTO_AES_ARM_CE=m
CONFIG_CRYPTO_CHACHA20_NEON=m
+CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_DEV_SUN4I_SS=m
CONFIG_CRYPTO_DEV_FSL_CAAM=m
CONFIG_CRYPTO_DEV_EXYNOS_RNG=m
@@ -1300,6 +1309,10 @@ CONFIG_CRYPTO_DEV_QCOM_RNG=m
CONFIG_CRYPTO_DEV_ROCKCHIP=m
CONFIG_CRYPTO_DEV_STM32_HASH=m
CONFIG_CRYPTO_DEV_STM32_CRYP=m
+CONFIG_CRYPTO_DEV_OMAP=m
+CONFIG_CRYPTO_DEV_OMAP_SHAM=m
+CONFIG_CRYPTO_DEV_OMAP_AES=m
+CONFIG_CRYPTO_DEV_OMAP_DES=m
CONFIG_CMA_SIZE_MBYTES=64
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_KERNEL=y
@@ -1307,3 +1320,5 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_DEBUG_INFO_REDUCED=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_FS=y
+CONFIG_CAN_C_CAN=m
+CONFIG_CAN_C_CAN_PLATFORM=m
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-06-11 7:49 [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs Beleswar Padhi
@ 2025-06-11 10:22 ` Krzysztof Kozlowski
2025-06-16 8:27 ` Beleswar Prasad Padhi
0 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-06-11 10:22 UTC (permalink / raw)
To: Beleswar Padhi, linux, arnd
Cc: afd, u-kumar1, praneeth, linux-arm-kernel, linux-kernel
On 11/06/2025 09:49, Beleswar Padhi wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
>
> This allows us to use various peripherals in the TI OMAP family devices
Which ones for example? Explain which upstream boards use which devices
needing these.
> using the multi-v7 config, instead of only with the OMAP specific
multi_v7
> defconfigs.
>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
> ---
> arch/arm/configs/multi_v7_defconfig | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index c79495e113c8..10ad7026bb4d 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -166,6 +166,7 @@ CONFIG_BT_MRVL_SDIO=m
> CONFIG_BT_QCOMSMD=m
> CONFIG_CFG80211=m
> CONFIG_MAC80211=m
> +CONFIG_IWLWIFI=m
> CONFIG_RFKILL=y
> CONFIG_RFKILL_INPUT=y
> CONFIG_RFKILL_GPIO=y
> @@ -788,6 +789,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
> CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
> CONFIG_SOUND=m
> CONFIG_SND=m
> +CONFIG_SND_SOC_OMAP_HDMI=m
> CONFIG_SND_HDA_TEGRA=m
> CONFIG_SND_HDA_INPUT_BEEP=y
> CONFIG_SND_HDA_PATCH_LOADER=y
> @@ -1095,6 +1097,7 @@ CONFIG_TEGRA_IOMMU_SMMU=y
> CONFIG_EXYNOS_IOMMU=y
> CONFIG_QCOM_IOMMU=y
> CONFIG_REMOTEPROC=y
> +CONFIG_WKUP_M3_RPROC=m
> CONFIG_OMAP_REMOTEPROC=m
> CONFIG_OMAP_REMOTEPROC_WATCHDOG=y
> CONFIG_KEYSTONE_REMOTEPROC=m
> @@ -1102,6 +1105,7 @@ CONFIG_QCOM_Q6V5_MSS=m
> CONFIG_QCOM_SYSMON=m
> CONFIG_QCOM_WCNSS_PIL=m
> CONFIG_ST_REMOTEPROC=m
> +CONFIG_OMAP_REMOTEPROC=m
> CONFIG_RPMSG_CHAR=m
> CONFIG_RPMSG_CTRL=m
> CONFIG_RPMSG_QCOM_SMD=y
> @@ -1127,6 +1131,8 @@ CONFIG_ARCH_TEGRA_3x_SOC=y
> CONFIG_ARCH_TEGRA_114_SOC=y
> CONFIG_ARCH_TEGRA_124_SOC=y
> CONFIG_SOC_TI=y
> +CONFIG_AMX3_PM=m
> +CONFIG_WKUP_M3_IPC=m
> CONFIG_KEYSTONE_NAVIGATOR_QMSS=y
> CONFIG_KEYSTONE_NAVIGATOR_DMA=y
> CONFIG_RASPBERRYPI_POWER=y
> @@ -1138,11 +1144,13 @@ CONFIG_TI_SCI_PM_DOMAINS=y
> CONFIG_ARM_EXYNOS_BUS_DEVFREQ=m
> CONFIG_ARM_TEGRA_DEVFREQ=m
> CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=m
> +CONFIG_EXTCON_PALMAS=m
> CONFIG_EXTCON_MAX14577=m
> CONFIG_EXTCON_MAX77693=m
> CONFIG_EXTCON_MAX8997=m
> CONFIG_EXTCON_USB_GPIO=y
> CONFIG_TI_AEMIF=y
> +CONFIG_TI_EMIF_SRAM=m
> CONFIG_STM32_FMC2_EBI=y
> CONFIG_EXYNOS5422_DMC=m
> CONFIG_IIO=y
> @@ -1287,6 +1295,7 @@ CONFIG_CRYPTO_AES_ARM=m
> CONFIG_CRYPTO_AES_ARM_BS=m
> CONFIG_CRYPTO_AES_ARM_CE=m
> CONFIG_CRYPTO_CHACHA20_NEON=m
> +CONFIG_CRYPTO_XCBC=m
Why this is needed?
> CONFIG_CRYPTO_DEV_SUN4I_SS=m
> CONFIG_CRYPTO_DEV_FSL_CAAM=m
> CONFIG_CRYPTO_DEV_EXYNOS_RNG=m
> @@ -1300,6 +1309,10 @@ CONFIG_CRYPTO_DEV_QCOM_RNG=m
> CONFIG_CRYPTO_DEV_ROCKCHIP=m
> CONFIG_CRYPTO_DEV_STM32_HASH=m
> CONFIG_CRYPTO_DEV_STM32_CRYP=m
> +CONFIG_CRYPTO_DEV_OMAP=m
> +CONFIG_CRYPTO_DEV_OMAP_SHAM=m
> +CONFIG_CRYPTO_DEV_OMAP_AES=m
> +CONFIG_CRYPTO_DEV_OMAP_DES=m
> CONFIG_CMA_SIZE_MBYTES=64
> CONFIG_PRINTK_TIME=y
> CONFIG_DEBUG_KERNEL=y
> @@ -1307,3 +1320,5 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
> CONFIG_DEBUG_INFO_REDUCED=y
> CONFIG_MAGIC_SYSRQ=y
> CONFIG_DEBUG_FS=y
> +CONFIG_CAN_C_CAN=m
> +CONFIG_CAN_C_CAN_PLATFORM=m
Does not look like placed according to Kconfig.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-06-11 10:22 ` Krzysztof Kozlowski
@ 2025-06-16 8:27 ` Beleswar Prasad Padhi
0 siblings, 0 replies; 8+ messages in thread
From: Beleswar Prasad Padhi @ 2025-06-16 8:27 UTC (permalink / raw)
To: Krzysztof Kozlowski, linux, arnd
Cc: afd, u-kumar1, praneeth, linux-arm-kernel, linux-kernel
On 11/06/25 15:52, Krzysztof Kozlowski wrote:
> On 11/06/2025 09:49, Beleswar Padhi wrote:
>> From: Sinthu Raja <sinthu.raja@ti.com>
>>
>> This allows us to use various peripherals in the TI OMAP family devices
> Which ones for example? Explain which upstream boards use which devices
> needing these.
>
>> using the multi-v7 config, instead of only with the OMAP specific
> multi_v7
>
>> defconfigs.
>>
>> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
>> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
>> ---
>> arch/arm/configs/multi_v7_defconfig | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index c79495e113c8..10ad7026bb4d 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -166,6 +166,7 @@ CONFIG_BT_MRVL_SDIO=m
>> CONFIG_BT_QCOMSMD=m
>> CONFIG_CFG80211=m
>> CONFIG_MAC80211=m
>> +CONFIG_IWLWIFI=m
>> CONFIG_RFKILL=y
>> CONFIG_RFKILL_INPUT=y
>> CONFIG_RFKILL_GPIO=y
>> @@ -788,6 +789,7 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
>> CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
>> CONFIG_SOUND=m
>> CONFIG_SND=m
>> +CONFIG_SND_SOC_OMAP_HDMI=m
>> CONFIG_SND_HDA_TEGRA=m
>> CONFIG_SND_HDA_INPUT_BEEP=y
>> CONFIG_SND_HDA_PATCH_LOADER=y
>> @@ -1095,6 +1097,7 @@ CONFIG_TEGRA_IOMMU_SMMU=y
>> CONFIG_EXYNOS_IOMMU=y
>> CONFIG_QCOM_IOMMU=y
>> CONFIG_REMOTEPROC=y
>> +CONFIG_WKUP_M3_RPROC=m
>> CONFIG_OMAP_REMOTEPROC=m
>> CONFIG_OMAP_REMOTEPROC_WATCHDOG=y
>> CONFIG_KEYSTONE_REMOTEPROC=m
>> @@ -1102,6 +1105,7 @@ CONFIG_QCOM_Q6V5_MSS=m
>> CONFIG_QCOM_SYSMON=m
>> CONFIG_QCOM_WCNSS_PIL=m
>> CONFIG_ST_REMOTEPROC=m
>> +CONFIG_OMAP_REMOTEPROC=m
>> CONFIG_RPMSG_CHAR=m
>> CONFIG_RPMSG_CTRL=m
>> CONFIG_RPMSG_QCOM_SMD=y
>> @@ -1127,6 +1131,8 @@ CONFIG_ARCH_TEGRA_3x_SOC=y
>> CONFIG_ARCH_TEGRA_114_SOC=y
>> CONFIG_ARCH_TEGRA_124_SOC=y
>> CONFIG_SOC_TI=y
>> +CONFIG_AMX3_PM=m
>> +CONFIG_WKUP_M3_IPC=m
>> CONFIG_KEYSTONE_NAVIGATOR_QMSS=y
>> CONFIG_KEYSTONE_NAVIGATOR_DMA=y
>> CONFIG_RASPBERRYPI_POWER=y
>> @@ -1138,11 +1144,13 @@ CONFIG_TI_SCI_PM_DOMAINS=y
>> CONFIG_ARM_EXYNOS_BUS_DEVFREQ=m
>> CONFIG_ARM_TEGRA_DEVFREQ=m
>> CONFIG_DEVFREQ_EVENT_EXYNOS_NOCP=m
>> +CONFIG_EXTCON_PALMAS=m
>> CONFIG_EXTCON_MAX14577=m
>> CONFIG_EXTCON_MAX77693=m
>> CONFIG_EXTCON_MAX8997=m
>> CONFIG_EXTCON_USB_GPIO=y
>> CONFIG_TI_AEMIF=y
>> +CONFIG_TI_EMIF_SRAM=m
>> CONFIG_STM32_FMC2_EBI=y
>> CONFIG_EXYNOS5422_DMC=m
>> CONFIG_IIO=y
>> @@ -1287,6 +1295,7 @@ CONFIG_CRYPTO_AES_ARM=m
>> CONFIG_CRYPTO_AES_ARM_BS=m
>> CONFIG_CRYPTO_AES_ARM_CE=m
>> CONFIG_CRYPTO_CHACHA20_NEON=m
>> +CONFIG_CRYPTO_XCBC=m
> Why this is needed?
>
>> CONFIG_CRYPTO_DEV_SUN4I_SS=m
>> CONFIG_CRYPTO_DEV_FSL_CAAM=m
>> CONFIG_CRYPTO_DEV_EXYNOS_RNG=m
>> @@ -1300,6 +1309,10 @@ CONFIG_CRYPTO_DEV_QCOM_RNG=m
>> CONFIG_CRYPTO_DEV_ROCKCHIP=m
>> CONFIG_CRYPTO_DEV_STM32_HASH=m
>> CONFIG_CRYPTO_DEV_STM32_CRYP=m
>> +CONFIG_CRYPTO_DEV_OMAP=m
>> +CONFIG_CRYPTO_DEV_OMAP_SHAM=m
>> +CONFIG_CRYPTO_DEV_OMAP_AES=m
>> +CONFIG_CRYPTO_DEV_OMAP_DES=m
>> CONFIG_CMA_SIZE_MBYTES=64
>> CONFIG_PRINTK_TIME=y
>> CONFIG_DEBUG_KERNEL=y
>> @@ -1307,3 +1320,5 @@ CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
>> CONFIG_DEBUG_INFO_REDUCED=y
>> CONFIG_MAGIC_SYSRQ=y
>> CONFIG_DEBUG_FS=y
>> +CONFIG_CAN_C_CAN=m
>> +CONFIG_CAN_C_CAN_PLATFORM=m
> Does not look like placed according to Kconfig.
Thank you for the review.. Using savedefconfig eliminated some redundant configs.
I have addresses all comments in v2:
https://lore.kernel.org/all/20250616082038.3241346-1-b-padhi@ti.com/
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
@ 2025-08-06 14:18 Beleswar Padhi
2025-08-06 14:47 ` Andrew Davis
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Beleswar Padhi @ 2025-08-06 14:18 UTC (permalink / raw)
To: linux, arnd
Cc: krzk, afd, u-kumar1, praneeth, b-padhi, linux-arm-kernel,
linux-kernel
From: Sinthu Raja <sinthu.raja@ti.com>
This allows us to enable various peripherals in the TI OMAP family
platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
AM57XX-EVM using the multi_v7_defconfig, instead of only with the
OMAP specific defconfigs.
IKCONFIG*:
Allows reading the current kernel configuration through /proc/config.gz
{TI/DRA752}_THERMAL:
Enables TI's bandgap temperature sensor and thermal zone framework for
thermal management on the OMAP SoC family.
THERMAL_EMULATION:
Adds emul_temp sysfs node under thermal zones to allow emulating
temperature changes.
DRM_PANEL_OSD_OSD101T2587_53TS:
TOUCHSCREEN_EDT_FT5X06:
Enables OSD LCD panel and capacitive touchscreen support used in AM57XX
evaluation modules.
SPI_TI_QSPI:
Enables TI's QSPI master controller driver for accessing flash devices
on OMAP5 platforms.
FANOTIFY:
Allows sending open file descriptors to userspace listeners along with
file access events.
USER_NS:
NAMESPACES:
Enable user NS to provide user info of different users for different
process.
POSIX_MQUEUE:
Supports POSIX message queues for priority-based IPC.
BSD_PROCESS_ACCT:
Enables BSD process accounting to allow user space program to write
process accounting information to a file.
bloat-o-meter:
Total: Before=24537037, After=24640034, chg +0.42%
Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Co-developed-by: Carlos Hernandez <ceh@ti.com>
Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
---
arch/arm/configs/multi_v7_defconfig | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f2822eeefb95..d88177cbf2ce 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1,7 +1,13 @@
CONFIG_SYSVIPC=y
+CONFIG_POSIX_MQUEUE=y
CONFIG_NO_HZ_IDLE=y
CONFIG_HIGH_RES_TIMERS=y
+CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
CONFIG_CGROUPS=y
+CONFIG_NAMESPACES=y
+CONFIG_USER_NS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_EXPERT=y
CONFIG_PERF_EVENTS=y
@@ -333,7 +339,7 @@ CONFIG_TOUCHSCREEN_ADC=m
CONFIG_TOUCHSCREEN_ATMEL_MXT=m
CONFIG_TOUCHSCREEN_ELAN=m
CONFIG_TOUCHSCREEN_MMS114=m
-CONFIG_TOUCHSCREEN_EDT_FT5X06=m
+CONFIG_TOUCHSCREEN_EDT_FT5X06=y
CONFIG_TOUCHSCREEN_WM97XX=m
CONFIG_TOUCHSCREEN_ST1232=m
CONFIG_TOUCHSCREEN_STMPE=y
@@ -453,6 +459,7 @@ CONFIG_SPI_GXP=m
CONFIG_SPI_GPIO=m
CONFIG_SPI_FSL_DSPI=m
CONFIG_SPI_OMAP24XX=y
+CONFIG_SPI_TI_QSPI=y
CONFIG_SPI_ORION=y
CONFIG_SPI_PL022=y
CONFIG_SPI_ROCKCHIP=m
@@ -547,6 +554,7 @@ CONFIG_SENSORS_RASPBERRYPI_HWMON=m
CONFIG_SENSORS_INA2XX=m
CONFIG_CPU_THERMAL=y
CONFIG_DEVFREQ_THERMAL=y
+CONFIG_THERMAL_EMULATION=y
CONFIG_IMX_THERMAL=y
CONFIG_QORIQ_THERMAL=m
CONFIG_ROCKCHIP_THERMAL=y
@@ -555,6 +563,8 @@ CONFIG_ARMADA_THERMAL=y
CONFIG_BCM2711_THERMAL=m
CONFIG_BCM2835_THERMAL=m
CONFIG_BRCMSTB_THERMAL=m
+CONFIG_TI_THERMAL=y
+CONFIG_DRA752_THERMAL=y
CONFIG_ST_THERMAL_MEMMAP=y
CONFIG_TEGRA_SOCTHERM=m
CONFIG_TEGRA30_TSENSOR=m
@@ -747,6 +757,7 @@ CONFIG_DRM_PANEL_SIMPLE=y
CONFIG_DRM_PANEL_EDP=y
CONFIG_DRM_PANEL_SAMSUNG_LD9040=m
CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m
+CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS=y
CONFIG_DRM_PANEL_RAYDIUM_RM68200=m
CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m
CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m
@@ -1260,6 +1271,7 @@ CONFIG_COUNTER=m
CONFIG_STM32_LPTIMER_CNT=m
CONFIG_STM32_TIMER_CNT=m
CONFIG_EXT4_FS=y
+CONFIG_FANOTIFY=y
CONFIG_AUTOFS_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
--
2.34.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-08-06 14:18 Beleswar Padhi
@ 2025-08-06 14:47 ` Andrew Davis
2025-08-06 15:05 ` Krzysztof Kozlowski
2025-08-06 15:41 ` Arnd Bergmann
2 siblings, 0 replies; 8+ messages in thread
From: Andrew Davis @ 2025-08-06 14:47 UTC (permalink / raw)
To: Beleswar Padhi, linux, arnd
Cc: krzk, u-kumar1, praneeth, linux-arm-kernel, linux-kernel
On 8/6/25 9:18 AM, Beleswar Padhi wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
>
> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
>
> IKCONFIG*:
> Allows reading the current kernel configuration through /proc/config.gz
>
This gives the "what" the config does, but not the "why" it should be
in multi_v7_defconfig. For this item a better "why" would be something
explaining that the majority of platform specific defconfigs have this
and so does the main ARM64 defconfig, so it should be reasonable for
the main common ARMv7 defconfig to also have it.
Anyway these are all reasonable to have and help us make this shared
defconfig useful for more platforms,
Acked-by: Andrew Davis <afd@ti.com>
> {TI/DRA752}_THERMAL:
> Enables TI's bandgap temperature sensor and thermal zone framework for
> thermal management on the OMAP SoC family.
>
> THERMAL_EMULATION:
> Adds emul_temp sysfs node under thermal zones to allow emulating
> temperature changes.
>
> DRM_PANEL_OSD_OSD101T2587_53TS:
> TOUCHSCREEN_EDT_FT5X06:
> Enables OSD LCD panel and capacitive touchscreen support used in AM57XX
> evaluation modules.
>
> SPI_TI_QSPI:
> Enables TI's QSPI master controller driver for accessing flash devices
> on OMAP5 platforms.
>
> FANOTIFY:
> Allows sending open file descriptors to userspace listeners along with
> file access events.
>
> USER_NS:
> NAMESPACES:
> Enable user NS to provide user info of different users for different
> process.
>
> POSIX_MQUEUE:
> Supports POSIX message queues for priority-based IPC.
>
> BSD_PROCESS_ACCT:
> Enables BSD process accounting to allow user space program to write
> process accounting information to a file.
>
> bloat-o-meter:
> Total: Before=24537037, After=24640034, chg +0.42%
>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> Co-developed-by: Carlos Hernandez <ceh@ti.com>
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
> ---
> arch/arm/configs/multi_v7_defconfig | 14 +++++++++++++-
> 1 file changed, 13 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index f2822eeefb95..d88177cbf2ce 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -1,7 +1,13 @@
> CONFIG_SYSVIPC=y
> +CONFIG_POSIX_MQUEUE=y
> CONFIG_NO_HZ_IDLE=y
> CONFIG_HIGH_RES_TIMERS=y
> +CONFIG_BSD_PROCESS_ACCT=y
> +CONFIG_IKCONFIG=y
> +CONFIG_IKCONFIG_PROC=y
> CONFIG_CGROUPS=y
> +CONFIG_NAMESPACES=y
> +CONFIG_USER_NS=y
> CONFIG_BLK_DEV_INITRD=y
> CONFIG_EXPERT=y
> CONFIG_PERF_EVENTS=y
> @@ -333,7 +339,7 @@ CONFIG_TOUCHSCREEN_ADC=m
> CONFIG_TOUCHSCREEN_ATMEL_MXT=m
> CONFIG_TOUCHSCREEN_ELAN=m
> CONFIG_TOUCHSCREEN_MMS114=m
> -CONFIG_TOUCHSCREEN_EDT_FT5X06=m
> +CONFIG_TOUCHSCREEN_EDT_FT5X06=y
> CONFIG_TOUCHSCREEN_WM97XX=m
> CONFIG_TOUCHSCREEN_ST1232=m
> CONFIG_TOUCHSCREEN_STMPE=y
> @@ -453,6 +459,7 @@ CONFIG_SPI_GXP=m
> CONFIG_SPI_GPIO=m
> CONFIG_SPI_FSL_DSPI=m
> CONFIG_SPI_OMAP24XX=y
> +CONFIG_SPI_TI_QSPI=y
> CONFIG_SPI_ORION=y
> CONFIG_SPI_PL022=y
> CONFIG_SPI_ROCKCHIP=m
> @@ -547,6 +554,7 @@ CONFIG_SENSORS_RASPBERRYPI_HWMON=m
> CONFIG_SENSORS_INA2XX=m
> CONFIG_CPU_THERMAL=y
> CONFIG_DEVFREQ_THERMAL=y
> +CONFIG_THERMAL_EMULATION=y
> CONFIG_IMX_THERMAL=y
> CONFIG_QORIQ_THERMAL=m
> CONFIG_ROCKCHIP_THERMAL=y
> @@ -555,6 +563,8 @@ CONFIG_ARMADA_THERMAL=y
> CONFIG_BCM2711_THERMAL=m
> CONFIG_BCM2835_THERMAL=m
> CONFIG_BRCMSTB_THERMAL=m
> +CONFIG_TI_THERMAL=y
> +CONFIG_DRA752_THERMAL=y
> CONFIG_ST_THERMAL_MEMMAP=y
> CONFIG_TEGRA_SOCTHERM=m
> CONFIG_TEGRA30_TSENSOR=m
> @@ -747,6 +757,7 @@ CONFIG_DRM_PANEL_SIMPLE=y
> CONFIG_DRM_PANEL_EDP=y
> CONFIG_DRM_PANEL_SAMSUNG_LD9040=m
> CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m
> +CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS=y
> CONFIG_DRM_PANEL_RAYDIUM_RM68200=m
> CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m
> CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m
> @@ -1260,6 +1271,7 @@ CONFIG_COUNTER=m
> CONFIG_STM32_LPTIMER_CNT=m
> CONFIG_STM32_TIMER_CNT=m
> CONFIG_EXT4_FS=y
> +CONFIG_FANOTIFY=y
> CONFIG_AUTOFS_FS=y
> CONFIG_MSDOS_FS=y
> CONFIG_VFAT_FS=y
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-08-06 14:18 Beleswar Padhi
2025-08-06 14:47 ` Andrew Davis
@ 2025-08-06 15:05 ` Krzysztof Kozlowski
2025-08-06 15:41 ` Arnd Bergmann
2 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-06 15:05 UTC (permalink / raw)
To: Beleswar Padhi, linux, arnd
Cc: afd, u-kumar1, praneeth, linux-arm-kernel, linux-kernel
On 06/08/2025 16:18, Beleswar Padhi wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
>
> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
>
> IKCONFIG*:
> Allows reading the current kernel configuration through /proc/config.gz
Why do we want it?
>
> {TI/DRA752}_THERMAL:
> Enables TI's bandgap temperature sensor and thermal zone framework for
> thermal management on the OMAP SoC family.
>
> THERMAL_EMULATION:
> Adds emul_temp sysfs node under thermal zones to allow emulating
> temperature changes.
>
> DRM_PANEL_OSD_OSD101T2587_53TS:
> TOUCHSCREEN_EDT_FT5X06:
> Enables OSD LCD panel and capacitive touchscreen support used in AM57XX
> evaluation modules.
>
> SPI_TI_QSPI:
> Enables TI's QSPI master controller driver for accessing flash devices
> on OMAP5 platforms.
>
> FANOTIFY:
> Allows sending open file descriptors to userspace listeners along with
> file access events.
Why do we want it?
>
> USER_NS:
> NAMESPACES:
> Enable user NS to provide user info of different users for different
> process.
Why do we want it?
>
> POSIX_MQUEUE:
> Supports POSIX message queues for priority-based IPC.
Why do we want it?
>
> BSD_PROCESS_ACCT:
> Enables BSD process accounting to allow user space program to write
> process accounting information to a file.
No, we don't want it, unless ...?
>
> bloat-o-meter:
> Total: Before=24537037, After=24640034, chg +0.42%
>
> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
> Co-developed-by: Carlos Hernandez <ceh@ti.com>
Incorrect SoB chain. Read carefully submitting patches.
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-08-06 14:18 Beleswar Padhi
2025-08-06 14:47 ` Andrew Davis
2025-08-06 15:05 ` Krzysztof Kozlowski
@ 2025-08-06 15:41 ` Arnd Bergmann
2025-08-19 10:15 ` Beleswar Prasad Padhi
2 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2025-08-06 15:41 UTC (permalink / raw)
To: Beleswar Padhi, Russell King
Cc: Krzysztof Kozlowski, Andrew Davis, Udit Kumar, Praneeth Bajjuri,
linux-arm-kernel, linux-kernel
On Wed, Aug 6, 2025, at 16:18, Beleswar Padhi wrote:
> From: Sinthu Raja <sinthu.raja@ti.com>
>
> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
Hi Beleswar,
It's fine to enable drivers that are only used on a specific
platform, but those should generally be loadable modules, not
built-in.
For the generic (platform-independent) options, I would
suggest splitting them out into a separate patch, so you
can describe better what the purpose is, since this is
clearly not just for OMAP.
> IKCONFIG*:
> Allows reading the current kernel configuration through /proc/config.gz
This one seems particularly unnecessary in a "defconfig" build
since the configuration is already known based on the version.
> THERMAL_EMULATION:
> Adds emul_temp sysfs node under thermal zones to allow emulating
> temperature changes.
The documentation for this option suggests that we probably
don't want it enabled.
> FANOTIFY:
> Allows sending open file descriptors to userspace listeners along with
> file access events.
>
> USER_NS:
> NAMESPACES:
> Enable user NS to provide user info of different users for different
> process.
>
> POSIX_MQUEUE:
> Supports POSIX message queues for priority-based IPC.
>
> BSD_PROCESS_ACCT:
> Enables BSD process accounting to allow user space program to write
> process accounting information to a file.
I assume these are all in order to run a particular userspace
distro?
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs
2025-08-06 15:41 ` Arnd Bergmann
@ 2025-08-19 10:15 ` Beleswar Prasad Padhi
0 siblings, 0 replies; 8+ messages in thread
From: Beleswar Prasad Padhi @ 2025-08-19 10:15 UTC (permalink / raw)
To: Arnd Bergmann, Russell King
Cc: Krzysztof Kozlowski, Andrew Davis, Udit Kumar, Praneeth Bajjuri,
linux-arm-kernel, linux-kernel
Hi Arnd,
On 06/08/25 21:11, Arnd Bergmann wrote:
> On Wed, Aug 6, 2025, at 16:18, Beleswar Padhi wrote:
>> From: Sinthu Raja <sinthu.raja@ti.com>
>>
>> This allows us to enable various peripherals in the TI OMAP family
>> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
>> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
>> OMAP specific defconfigs.
> Hi Beleswar,
>
> It's fine to enable drivers that are only used on a specific
> platform, but those should generally be loadable modules, not
> built-in.
Sorry for the delay in getting back. I have sent out an v2 with your suggestions:
https://lore.kernel.org/all/20250819101137.2878336-1-b-padhi@ti.com/
Thanks,
Beleswar
>
> For the generic (platform-independent) options, I would
> suggest splitting them out into a separate patch, so you
> can describe better what the purpose is, since this is
> clearly not just for OMAP.
>
>> IKCONFIG*:
>> Allows reading the current kernel configuration through /proc/config.gz
> This one seems particularly unnecessary in a "defconfig" build
> since the configuration is already known based on the version.
>
>> THERMAL_EMULATION:
>> Adds emul_temp sysfs node under thermal zones to allow emulating
>> temperature changes.
> The documentation for this option suggests that we probably
> don't want it enabled.
>
>> FANOTIFY:
>> Allows sending open file descriptors to userspace listeners along with
>> file access events.
>>
>> USER_NS:
>> NAMESPACES:
>> Enable user NS to provide user info of different users for different
>> process.
>>
>> POSIX_MQUEUE:
>> Supports POSIX message queues for priority-based IPC.
>>
>> BSD_PROCESS_ACCT:
>> Enables BSD process accounting to allow user space program to write
>> process accounting information to a file.
> I assume these are all in order to run a particular userspace
> distro?
>
> Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-08-19 10:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 7:49 [PATCH] arm: multi_v7_defconfig: Enable more OMAP related configs Beleswar Padhi
2025-06-11 10:22 ` Krzysztof Kozlowski
2025-06-16 8:27 ` Beleswar Prasad Padhi
-- strict thread matches above, loose matches on Subject: below --
2025-08-06 14:18 Beleswar Padhi
2025-08-06 14:47 ` Andrew Davis
2025-08-06 15:05 ` Krzysztof Kozlowski
2025-08-06 15:41 ` Arnd Bergmann
2025-08-19 10:15 ` Beleswar Prasad Padhi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).