]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: pxa: trizeps4 and trizeps4wl use the same file
authorArnd Bergmann <arnd@arndb.de>
Thu, 13 Mar 2014 15:54:26 +0000 (16:54 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:06 +0000 (18:26 +0100)
commit3768e610242a5ab5bcc68e096dff8311193f6d3b
tree3722e1d322d47c21717f831b37b90dab96339dfe
parentb62a7d6c8ad7a1cbbf5e5b43dc8e6851bcbb9670
ARM: pxa: trizeps4 and trizeps4wl use the same file

The trizeps4 and trizeps4wl platforms are both implemented
using the same board file. Since the trizeps4wl code is a
superset of trizeps4, it makes no sense to enable just the
latter, but with the current Kconfig logic, it causes the
board file not to be built at all.

Selecting MACH_TRIZEPS4 from MACH_TRIZEPS4WL ensures that
we are actually building the board file.

Found during randconfig testing.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Daniel Mack <zonque@gmail.com>
arch/arm/mach-pxa/Kconfig