]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ixp4xx: don't select SERIAL_OF_PLATFORM
authorArnd Bergmann <arnd@arndb.de>
Mon, 17 Jun 2019 12:24:30 +0000 (14:24 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 18 Jun 2019 10:49:38 +0000 (03:49 -0700)
commite3feeb7b01bf0d57fdca65c0b659dca551d9b7fb
tree3344919e4e97e47bad92c1871c2609c5cab9c28b
parent0cf3d817a883950d11aa17fc87f745424a363496
ARM: ixp4xx: don't select SERIAL_OF_PLATFORM

Platforms should not normally select all the device drivers, leave that
up to the user and the defconfig file.

In this case, we get a warning for randconfig builds:

WARNING: unmet direct dependencies detected for SERIAL_OF_PLATFORM
  Depends on [n]: TTY [=y] && HAS_IOMEM [=y] && SERIAL_8250 [=n] && OF [=y]
  Selected by [y]:
  - MACH_IXP4XX_OF [=y] && ARCH_IXP4XX [=y]

Fixes: 508590ab72b7 ("ARM: ixp4xx: Add device tree boot support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-ixp4xx/Kconfig