diff mbox series

[6/7] ARM: configs: stm32: Disable CONFIG_POSIX_TIMERS in STM32 defconfig

Message ID 20241219172934.3010875-7-patrice.chotard@foss.st.com (mailing list archive)
State New
Headers show
Series ARM: config: stm32: Disable useless flags | expand

Commit Message

Patrice CHOTARD Dec. 19, 2024, 5:29 p.m. UTC
From: Patrice Chotard <patrice.chotard@foss.st.com>

Disable CONFIG_POSIX_TIMERS in stm32_defconfig.
It will reduce the kernel image size for these platform which
embeds a low amount of memory.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
 arch/arm/configs/stm32_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index 3a9bffa06d6d..dbe36a59a796 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -6,6 +6,7 @@  CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_EXPERT=y
 # CONFIG_UID16 is not set
+# CONFIG_POSIX_TIMERS is not set
 CONFIG_BASE_SMALL=y
 # CONFIG_FUTEX is not set
 # CONFIG_EPOLL is not set