# drivers/platform/Kconfig

if X86
source "drivers/platform/x86/Kconfig"
endif

if ARM
source "drivers/platform/arm/Kconfig"
endif

config CHROMEOS
	bool
	depends on ARM_CHROMEOS_FIRMWARE || (NVRAM && ACPI_CHROMEOS)

	---help---
	  Provides abstracted interfaces to the firmware features provided on
	  ChromeOS devices. It depends on a lowlevel driver to implement the
	  firmware interface on the platform.
