diff options
| author | Tom Rini <[email protected]> | 2021-12-17 18:08:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-27 16:20:19 -0500 |
| commit | 3aca2b6bd7aa87bea7b1a24b19f460c25f003a8b (patch) | |
| tree | 7fac200e2a40c086a9bc9c26151b4a14c3dde268 /arch | |
| parent | 6328f95ea01626be337d1eb524715000839b6b7d (diff) | |
Convert CONFIG_CPU_PXA27X to Kconfig
This converts the following to Kconfig:
CONFIG_CPU_PXA27X
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 26c96ed635c..b828b8d5b14 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -311,6 +311,10 @@ config CPU_PXA select SYS_CACHE_SHIFT_5 imply SYS_ARM_MMU +config CPU_PXA27X + bool + select CPU_PXA + config CPU_SA1100 bool select SYS_CACHE_SHIFT_5 @@ -1767,7 +1771,7 @@ config TARGET_SL28 config TARGET_COLIBRI_PXA270 bool "Support colibri_pxa270" - select CPU_PXA + select CPU_PXA27X select GPIO_EXTRA_HEADER config ARCH_UNIPHIER |
