]> 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)
commit0838880f3063a019157df3e4165feea43bb6ae6b
treed1d0660aafd757df14fe260b17aae2ae28f6cc68
parent088f13c7b0978cbd18c4d544f9538df4598067b1
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: ae74e0c63466 ("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