21 lines
392 B
Plaintext
21 lines
392 B
Plaintext
#
|
|
# Copyright (c) 2019, Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Make sure external power management setup is as indicated in documentation
|
|
CONFIG_SOC_MEC1501_VTR3_1_8V=y
|
|
CONFIG_SOC_MEC1501_VCI_PINS_AS_GPIOS=n
|
|
CONFIG_RTOS_TIMER=y
|
|
|
|
CONFIG_CLOCK_CONTROL=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_GPIO=y
|
|
CONFIG_PINCTRL=y
|
|
|
|
CONFIG_PM=y
|