# SPDX-License-Identifier: GPL-2.0-only
#
# Plug and Play ACPI configuration
#
config PNPACPI
	bool
	default (PNP && ACPI) if !KATA_SUPPORT
	default 0 if KATA_SUPPORT
