diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-04 22:52:18 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-07 22:56:17 +0200 |
commit | 250c1a694ff304e5d69e74ab32755eddcc2b8f65 (patch) | |
tree | abe6ff9ffa31ae5837264d32608a003ae4f254f6 /arch/arm/configs/colibri_pxa270_defconfig | |
parent | 645b302673bb74930b5f38f1d5b7e7532f164595 (diff) | |
download | linux-stable-250c1a694ff304e5d69e74ab32755eddcc2b8f65.tar.gz linux-stable-250c1a694ff304e5d69e74ab32755eddcc2b8f65.tar.bz2 linux-stable-250c1a694ff304e5d69e74ab32755eddcc2b8f65.zip |
ARM: pxa: convert to multiplatform
PXA is now ready to be built into a single kernel with all the
other ARMv5 platforms, so change the Kconfig bit to finish it
off. The mach/uncompress.h support is the last bit that goes away,
getting replaced with the normal DEBUG_LL based approach.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/colibri_pxa270_defconfig')
-rw-r--r-- | arch/arm/configs/colibri_pxa270_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/colibri_pxa270_defconfig b/arch/arm/configs/colibri_pxa270_defconfig index 52bad9a544a0..b29898fd6a12 100644 --- a/arch/arm/configs/colibri_pxa270_defconfig +++ b/arch/arm/configs/colibri_pxa270_defconfig @@ -16,6 +16,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_MODVERSIONS=y CONFIG_MODULE_SRCVERSION_ALL=y # CONFIG_BLK_DEV_BSG is not set +# CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_PXA=y CONFIG_MACH_COLIBRI=y CONFIG_PREEMPT=y |