diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-12-11 11:30:29 +0300 |
---|---|---|
committer | Andreas Larsson <andreas@gaisler.com> | 2024-02-15 13:27:14 +0300 |
commit | 0955723ef93583be768c5ddc22aff11d6c3cc260 (patch) | |
tree | 5a1d06020eaa20dfa0319a1a22f9337c814f8a2c /arch/sparc/Kconfig | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-0955723ef93583be768c5ddc22aff11d6c3cc260.tar.xz |
sparc: remove obsolete config ARCH_ATU
Before consolidation of commit 4965a68780c5 ("arch: define the
ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig"), the config ARCH_ATU
was used to control the state of the config ARCH_DMA_ADDR_T_64BIT. After
this consolidation, the config ARCH_ATU has been without use and effect.
Remove this obsolete config.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Link: https://lore.kernel.org/r/20231211083029.22078-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 204c43cb3d43..c54ee10b8e2d 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -112,10 +112,6 @@ config ARCH_PROC_KCORE_TEXT config CPU_BIG_ENDIAN def_bool y -config ARCH_ATU - bool - default y if SPARC64 - config STACKTRACE_SUPPORT bool default y if SPARC64 |