They are no longer needed, drivers select this as needed. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
18 lines
358 B
Text
18 lines
358 B
Text
#
|
|
# 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_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_GPIO=y
|
|
|
|
CONFIG_PM=y
|