]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: configs: multi_v5_defconfig: remove deleted platforms
authorAndre Przywara <andre.przywara@arm.com>
Thu, 17 Mar 2022 18:30:39 +0000 (18:30 +0000)
committerArnd Bergmann <arnd@arndb.de>
Sat, 19 Mar 2022 21:34:41 +0000 (22:34 +0100)
commite728464d61c0aca882ef2a86bae40d66969e4020
tree7f2c7cfeb1f864cdc2f33577eb3ef011f342f71f
parent7215ff2ffdaad046fcdb8718d59603deb10db47f
ARM: configs: multi_v5_defconfig: remove deleted platforms

Some ARMv5 platforms got removed from the kernel over time, so we don't
need their symbols in the multi_v5_defconfig anymore:

- ARCH_U300 got removed with commit cd62d2915448 ("ARM: remove u300
  platform"), so CONFIG_ARCH_U300 is not around anymore.
- ARCH_U300 was the only platform selecting ARCH_AMBA, which I2C_NOMADIK
  depends on. So we won't need this symbol anymore, and can't select it
  anyway.
- i.MX27 got converted to DT in 817e5c9e585f ("ARM: imx: Remove i.MX27
  board files"). Remove the now obsolete board file version symbols.

No change in the generated .config or savedefconfig.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Link: https://lore.kernel.org/r/20220317183043.948432-2-andre.przywara@arm.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/multi_v5_defconfig