]> git.baikalelectronics.ru Git - kernel.git/commit
lib/logic_iomem: correct fallback config references
authorJohannes Berg <johannes.berg@intel.com>
Mon, 3 Jan 2022 15:40:15 +0000 (16:40 +0100)
committerRichard Weinberger <richard@nod.at>
Fri, 11 Mar 2022 09:42:56 +0000 (10:42 +0100)
commitb80d21857cb2375d4d7ebf555aff9b80aa25fa9a
treed1d0660aafd757df14fe260b17aae2ae28f6cc68
parentd9c03f23835b7253f0690c5fd780c76e7996bf27
lib/logic_iomem: correct fallback config references

Due to some renaming, we ended up with the "indirect iomem"
naming in Kconfig, following INDIRECT_PIO. However, clearly
I missed following through on that in the ifdefs, but so far
INDIRECT_IOMEM_FALLBACK isn't used by any architecture.

Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: 920ed52431bb ("lib: add iomem emulation (logic_iomem)")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
lib/logic_iomem.c