]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: integrator: only select pl01x if TTY is enabled
authorArnd Bergmann <arnd@arndb.de>
Thu, 13 Mar 2014 12:03:28 +0000 (13:03 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:12 +0000 (18:26 +0100)
commit152c55553eca4677305649abd6cc909f9c21ff26
treea11ead1f38669ec5cecc6b783ef5104597fead4d
parentdd94d3558947756b102b1487911acd925224a38c
ARM: integrator: only select pl01x if TTY is enabled

Building the integrator platform without TTY support currently
results in a build failure because we always turn on the
pl010 or pl011 drivers. Changing this to a conditional 'select'
statement enables us to build more random configurations, although
it should have little impact for practical configurations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/Kconfig