commit | 6515ffede3c40d744640ad29c36d5efb76fe9c53 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Aug 19 14:58:00 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:13:28 2021 -0400 |
tree | 1642f9412291039e5b5d7aa0e63dea89fb88ba0e | |
parent | 9aed2af3e61c213eafabc6b04681882f7f7520a5 [diff] |
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>