ARM: STM32: undefined ARMV7M_SYSTICK
Valentin Rothberg
valentinrothberg at gmail.com
Mon May 18 02:30:39 PDT 2015
Hi Maxime,
your commit 9b799b78372c ("ARM: Add STM32 family machine") is in
today's linux-next tree (i.e., next-20150518) adding the following
Kconfig select:
+config ARCH_STM32
[...]
+ select ARMV7M_SYSTICK
ARMV7M_SYSTICK is not defined in Kconfig, so that the select turns out
to be a NOP. Is there a patch queued somewhere that adds this Kconfig
option?
I detected this issue with scripts/checkkconfigsymbols.py by diffing
yesterday's and today's linux-next tree. You can also use the script
to check specific commits for Kconfig related issues.
Kind regards,
Valentin
More information about the linux-arm-kernel
mailing list