summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig
blob: b2fc879cbc06f7c6eba43967871ba2dfc1e69dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 2021 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_NPCX7=y
# NPCX7 soc list
#  CONFIG_SOC_NPCX7M6FB
#  CONFIG_SOC_NPCX7M6FC
#  CONFIG_SOC_NPCX7M7FC
CONFIG_SOC_NPCX7M6FC=y

# Platform Configuration
CONFIG_BOARD_NPCX7_EVB=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

# GPIO Controller
CONFIG_GPIO=y

# Clock configuration
CONFIG_CLOCK_CONTROL=y

# WATCHDOG configuration
CONFIG_WATCHDOG=y

# I2C
CONFIG_I2C=y

# ADC
CONFIG_ADC=y
CONFIG_ADC_SHELL=n

# PWM
CONFIG_PWM=y
CONFIG_PWM_SHELL=n

# Power Management
CONFIG_SOC_POWER_MANAGEMENT=y
CONFIG_PM_POLICY_APP=y
CONFIG_UART_CONSOLE_INPUT_EXPIRED=y
CONFIG_SOC_POWER_MANAGEMENT_TRACE=y

# BBRAM
CONFIG_BBRAM=y
CONFIG_BBRAM_NPCX=y