# SPDX-License-Identifier: GPL-2.0

config BYTE_TABLE
	bool "Compressed nonlinear tables"

config BYTE_TABLE_BOUNDS_CHECK
	bool "Check for out-of-bounds access"
	depends on BYTE_TABLE
