summaryrefslogtreecommitdiff
path: root/firmware/e100
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-03-21 21:52:56 +0100
committerLinus Walleij <linus.walleij@linaro.org>2017-03-24 22:12:42 +0100
commit16c86ef7fc3fff118a985705bf18fe7ec9e493e7 (patch)
tree21653325a84bb2a269e4e2e0916efe370644152a /firmware/e100
parentf0a18a00f0ed9492df54c02ffcdbcfb0218beb54 (diff)
ARM: gemini: don't select SERIAL_OF_PLATFORM
We cannot select the option when SERIAL_8250 is not also set: warning: (ARCH_GEMINI) selects SERIAL_OF_PLATFORM which has unmet direct dependencies (TTY && HAS_IOMEM && SERIAL_8250 && OF) This removes the 'select' statement, requiring that users enable the option manually. Alternatively, we could make it a conditional 'select SERIAL_OF_PLATFORM if SERIAL_8250' or also select a handful of other symbols that it depends on. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'firmware/e100')
0 files changed, 0 insertions, 0 deletions