Hi Liya, On Wed, Jan 29, 2025 at 10:30 PM <1425075...@qq.com> wrote: > > From: Liya Huang <1425075...@qq.com> > > When I was using STM32 board, > this option appeared in menuconfig and caused me trouble. > I observed that the root cause was that > the option was not included in the endif, > but when I tried to fix it, > an error occurred. > I didn't find a solution. > Only deponds can be used for hiding
The change looks good, but the Subject and commit log could be improved. In the Subject line, you can put: siemens: common: Make DDR_SI_TEST depend on TARGET_CAPRICORN In the commit log: The DDR_SI_TEST config option is only relevant to the i.MX8 Capricorn board. Make DDR_SI_TEST depend on DDR_SI_TEST so that it does not show up on other targets. Could you send a v2 with these changes?