# Copyright 2022 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. # Zephyr Kernel Configuration CONFIG_SOC_SERIES_NPCX9=y CONFIG_SOC_NPCX9M7F=y # Platform Configuration CONFIG_BOARD_NPCX9=y # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y # Pinmux Driver CONFIG_PINMUX=y # Pinctrl Driver CONFIG_PINCTRL=y # GPIO Controller CONFIG_GPIO=y # Clock configuration CONFIG_CLOCK_CONTROL=y # WATCHDOG configuration CONFIG_WATCHDOG=y # Power Management CONFIG_PM=y CONFIG_PM_DEVICE=y CONFIG_PM_POLICY_CUSTOM=y CONFIG_UART_CONSOLE_INPUT_EXPIRED=y # BBRAM CONFIG_BBRAM=y CONFIG_BBRAM_NPCX=y # SPI CONFIG_SPI=y # Flash CONFIG_FLASH=y CONFIG_SPI_NOR=y CONFIG_FLASH_JESD216_API=y