- fix i2c pin control - configure axp192 MPU and the regulators - configure the mpu6886 IMU - configure the bm856 RTC Signed-off-by: Julien Vermillard <julien@vermillard.com>
12 lines
171 B
Text
12 lines
171 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
CONFIG_REGULATOR=y
|
|
|
|
CONFIG_GPIO=y
|
|
CONFIG_I2C=y
|