# Copyright 2020 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. menuconfig PLATFORM_EC bool "Enable building code from the platform/ec Zephyr module" imply PRINTK imply SHELL help The platform/ec Zephyr module allows some code from the existing Chrome OS EC project to be "shimmed" into Zephyr. if PLATFORM_EC # Nothing here yet. endif # PLATFORM_EC