i8042: Do not abuse CONFIG namespace
authorTom Rini <trini@konsulko.com>
Thu, 19 Aug 2021 18:58:00 +0000 (14:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 18:13:28 +0000 (14:13 -0400)
commitb21f965bb055cd7eede411e489d886122c63d04a
tree1642f9412291039e5b5d7aa0e63dea89fb88ba0e
parent7ae1b0804d8837ecec14538f18903793d187f328
i8042: Do not abuse CONFIG namespace

This driver uses the CONFIG namespace to set the chips internal CONFIG
namespace related bits.  However, CONFIG is reserved for the top-level
Kconfig based configuration system.  Use CFG as the namespace here
instead to avoid pollution.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/input/i8042.c
include/i8042.h