arm: Correct dependency for STATIC_MACH_TYPE
authorLiya Huang <1425075683@qq.com>
Tue, 28 Jan 2025 13:31:49 +0000 (21:31 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 5 Feb 2025 18:43:48 +0000 (12:43 -0600)
commit93bcabd9b244b26c252743c1994d968d5e3e9a28
tree6d59e20963aa7216bb9428d43cf4e2db1749093e
parentb16e1db2a07681c1b52d7ad76ae4f38c35ea3e92
arm: Correct dependency for STATIC_MACH_TYPE

Kconfig should not display the STATIC_MACH_TYPE option when
SUPPORT_PASSING_ATAGS is not selected. For example, when using most
platforms with menuconfig, it shows the STATIC_MACH_TYPE option causing
confusion.  As we know, this should not occur when SUPPORT_PASSING_ATAGS
is not selected

[trini: Reword commit message]
Signed-off-by: Liya Huang <1425075683@qq.com>
arch/arm/Kconfig