summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/chip/arm/microchip_xec/Kconfig.xec
blob: 3baca08d045f57c2b9ca15e3e97bfd324000f55e (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
# 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.

#
# This file defines the default config values shared by all MEC chipsets
#

if SOC_FAMILY_MEC

# Enable MPU for ARM targets
config ARM_MPU
	default y

# ADC
config PLATFORM_EC_ADC_RESOLUTION
	default 10

config PLATFORM_EC_ADC_OVERSAMPLING
	default 0

# Set the system clock
config SYS_CLOCK_HW_CYCLES_PER_SEC
	default 32768

endif # SOC_FAMILY_MEC