The LZO, LZ4, DEFLATE implementations in lib/ already check against CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. Define this symbol defaulting to 0. This makes porting Kconfig symbols depending on it easier and in future, we could select it from different arches. Signed-off-by: Ahmad Fatoum <ahmad@xxxxxx> --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Kconfig b/lib/Kconfig index b64885ac93ef..6216fdd6bac0 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -171,4 +171,7 @@ config ARCH_HAS_STACK_DUMP config ARCH_HAS_DATA_ABORT_MASK bool +config HAVE_EFFICIENT_UNALIGNED_ACCESS + bool + endmenu -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox