commit | 81451a3985a7ca9f2bc871a14d8aff8aa86db9ba | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 10 11:19:30 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 12:27:06 2023 -0500 |
tree | 053319db5c4ce7d77a45931458eaeab8c1e24dbd | |
parent | 409163a46e161e906fcc2c3963dec45166a81460 [diff] |
i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR This driver is used on both m68k, where CONFIG_SYS_IMMR is not used, and PowerPC an ARM where it is. Abstract this to a new value rather than re-defining a CONFIG symbol on m68k. Signed-off-by: Tom Rini <trini@konsulko.com>