]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit426896d0ef6b60362662fccca614feb7a1af823f
tree1642f9412291039e5b5d7aa0e63dea89fb88ba0e
parentb4f7a57d9743f92f5082b63e6dbe87e3cc4cbcee
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