diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-05-30 14:46:17 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-06-03 20:48:53 +0200 |
commit | 7036440eab3e2d47a775d4616909f8235488d714 (patch) | |
tree | e7f8c6d8c5ee37efe48b14bac59b9162ee8f6e48 /arch/arm/configs | |
parent | c73b9099da4fb5703abaa804a0377850eea66cb5 (diff) | |
download | linux-7036440eab3e2d47a775d4616909f8235488d714.tar.bz2 |
ARM: omap1: enable multiplatform
With all the header files out of the way, and the clock driver
converted to the common framework, nothing stops us from building
OMAP together with the other platforms.
As usual, the decompressor support is a victim here, and is
only available when CONFIG_DEBUG_LL is configured for the
particular board.
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap1_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/omap1_defconfig b/arch/arm/configs/omap1_defconfig index 3148567b66b6..14c17a218ec5 100644 --- a/arch/arm/configs/omap1_defconfig +++ b/arch/arm/configs/omap1_defconfig @@ -17,6 +17,9 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set +CONFIG_ARCH_MULTI_V4T=y +CONFIG_ARCH_MULTI_V5=y +# CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_OMAP=y CONFIG_ARCH_OMAP1=y CONFIG_OMAP_RESET_CLOCKS=y |