boards: arm: BT510: Disable peripherals by default in defconfig
Some non-essential peripherals peripherals including various sensors were enabled by default in the defconfig file when they shouldn't be Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
parent
59f496a034
commit
0c91db8981
1 changed files with 0 additions and 15 deletions
|
@ -7,30 +7,15 @@ CONFIG_BOARD_BT510=y
|
||||||
# Enable MPU
|
# Enable MPU
|
||||||
CONFIG_ARM_MPU=y
|
CONFIG_ARM_MPU=y
|
||||||
|
|
||||||
# Enable RTT
|
|
||||||
CONFIG_USE_SEGGER_RTT=y
|
|
||||||
|
|
||||||
# Enable GPIO
|
# Enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# Enable uart driver
|
# Enable uart driver
|
||||||
CONFIG_SERIAL=y
|
CONFIG_SERIAL=y
|
||||||
|
|
||||||
# Enable accelerometer & temperature sensor
|
|
||||||
CONFIG_I2C=y
|
|
||||||
CONFIG_SENSOR=y
|
|
||||||
CONFIG_LIS2DH=y
|
|
||||||
CONFIG_LIS2DH_TRIGGER_GLOBAL_THREAD=y
|
|
||||||
CONFIG_LIS2DH_OPER_MODE_LOW_POWER=y
|
|
||||||
CONFIG_SI7055=y
|
|
||||||
|
|
||||||
# Enable magnetoresistive driver
|
|
||||||
CONFIG_SM351LT=y
|
|
||||||
|
|
||||||
# Enable console
|
# Enable console
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
CONFIG_RTT_CONSOLE=y
|
|
||||||
|
|
||||||
# Additional board options
|
# Additional board options
|
||||||
CONFIG_GPIO_AS_PINRESET=y
|
CONFIG_GPIO_AS_PINRESET=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue