commit | 2a84b01e091c44a3cfcf547e246238b68f1bbe5f | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 16 14:46:40 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:25 2017 -0400 |
tree | 87539c530c8b341fa2c5694df65ad3cfd4744b18 | |
parent | b05ee2fa0c3f0da1b7e8192152dd23d59e26f61e [diff] |
t81xx: Migrate TI81XX/TI816X/TI814X symbols to Kconfig The symbol CONFIG_TI81XX is used for the parts that are common to the TI816x and TI814x SoCs and are not part of CONFIG_ARCH_OMAP2PLUS nor CONFIG_AM33XX. It however has so few uses that we can just modify the code to check for both and drop the symbol. The symbols CONFIG_TI816X and CONFIG_TI814X are for the repective SoCs. Signed-off-by: Tom Rini <trini@konsulko.com>