]> git.baikalelectronics.ru Git - kernel.git/commit
serial: liteuart: relax compile-test dependencies
authorJohan Hovold <johan@kernel.org>
Wed, 17 Nov 2021 10:05:12 +0000 (11:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:25:49 +0000 (18:25 +0100)
commitb1af0ad1d9d659984d3b88b4516b9c0439a31593
tree1acfbbc538a9dab663f3095200923b17b24fe67e
parent6e94384e38d4f1e9e8b2471f07522da24495b246
serial: liteuart: relax compile-test dependencies

The LITEX symbol is neither a build or runtime dependency for the
liteuart serial driver.

LITEX is selected by the "LiteX SoC Controller" driver, which does a
probe-time register-access sanity check and panics if the SoC has not
been configured correctly. That driver's Kconfig entry asserts that any
LiteX driver using the LiteX register accessors should depend on LITEX,
but currently only the serial driver complies.

Relax this LITEX "dependency" in order to make it easier to compile test
the driver.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20211117100512.5058-4-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig