diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-07 20:30:17 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-09-07 20:30:17 +0300 |
commit | dd1386dd3c4f4bc55456c88180f9f39697bb95c0 (patch) | |
tree | b88ac33164a4c6591c4f71ca9d1efa2d332a3499 /arch/xtensa/Kconfig | |
parent | 78a06688a4d40d9bb6138e2b9ad3353d7bf0157a (diff) | |
parent | 03ce34cf8f50e4c62f9a4b62caffdba1165ca977 (diff) | |
download | linux-dd1386dd3c4f4bc55456c88180f9f39697bb95c0.tar.xz |
Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensa
Pull xtensa updates from Max Filippov:
- enable MTD XIP support
- fix base address of the xtensa perf module in newer hardware
* tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensa:
xtensa: add XIP-aware MTD support
xtensa: PMU: fix base address for the newer hardware
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index a5488cc40f58..7d792077e5fd 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -71,6 +71,9 @@ config ARCH_HAS_ILOG2_U32 config ARCH_HAS_ILOG2_U64 def_bool n +config ARCH_MTD_XIP + def_bool y + config NO_IOPORT_MAP def_bool n |