summaryrefslogtreecommitdiff
path: root/zephyr/boards/riscv/it8xxx2/it81302bx_defconfig
blob: 2841b9663cf60b223f379ba499ee60eb6663bfe7 (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
# Copyright 2022 The ChromiumOS Authors
# 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_RISCV32_IT8XXX2=y
CONFIG_SOC_IT8XXX2=y
CONFIG_SOC_IT81302_BX=y

# Platform Configuration
CONFIG_BOARD_IT8XXX2=y

# ADC
CONFIG_ADC=y
CONFIG_ADC_SHELL=n

# Power Management
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_POLICY_CUSTOM=y

# Console
CONFIG_CONSOLE=y

# GPIO Controller
CONFIG_GPIO=y
CONFIG_GPIO_GET_CONFIG=y

# Clock Controller
CONFIG_CLOCK_CONTROL=n

# Serial Drivers
CONFIG_SERIAL=y

# WATCHDOG configuration
CONFIG_WATCHDOG=y

# BBRAM
CONFIG_BBRAM=y