diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-16 17:18:51 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 11:26:05 +0300 |
commit | 90ca4d9015eca4e9fd5a18e4572d419682e8f396 (patch) | |
tree | 8f502e5b40a67d24b85f653d3a238e1dcac5e7ca /arch/Kconfig | |
parent | 349619f064f9f75cfb6b698e7268cf5971ffe145 (diff) | |
download | linux-90ca4d9015eca4e9fd5a18e4572d419682e8f396.tar.xz |
ARM: mmp: select specific CPU implementation
The behavior of the MMP platform code depends on whether the
CPU_PXA168/CPU_PXA910/CPU_MMP2 symbols are enabled or not.
I believe the intention here was that these can be left disabled for
a pure DT-only build, but it's not clear if that actually works. At
the minimum, the cpu_is_pxa168() and cpu_is_pxa910() checks behave
differently, which causes changes in the power management code.
For the moment, make the behavior depend on whether CONFIG_ATAGS is set
or not, to make it easier to bisect the removal of the old code later.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/Kconfig')
0 files changed, 0 insertions, 0 deletions