blob: 340d49a84d34dbdaf9582b2cf3559523b6288067 [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.defs:
BMA2XX_CLI:
description: 'Enable shell support for BMA2XX'
value: 0
BMA2XX_I2C_WDT:
description: 'Enable I2C watchdog functionality'
value: 0
BMA2XX_INT_ENABLE:
description: 'Enable interrupt support, necessary for events'
value: 1
BMA2XX_INT_CFG_ACTIVE:
description: 'Set 0 for active-low, 1 for active-high'
value: 1
BMA2XX_INT_CFG_OUTPUT:
description: 'Set 0 for push-pull, 1 for open-drain'
value: 1
BMA2XX_INT_PIN_DEVICE:
description: 'Interrupt pin number 1 or 2 on accelerometer device'
value: 1
BMA2XX_INT2_PIN_DEVICE:
description: 'Interrupt pin number 1 or 2 on accelerometer device'
value: 2
BMA2XX_LOG:
description: 'Enable BMA2XX logging'
value: 0
BMA2XX_LOG_MODULE:
description: 'Numeric module ID to use for BMA2XX log messages'
value: 200
BMA2XX_SHELL_DEV_NAME:
description: 'BMA2XX Shell device name'
value: "\"bma2xx_0\""
BMA2XX_ITF_LOCK_TMO:
description: 'BMA2XX interface lock timeout in milliseconds'
value: 1000
BMA2XX_I2C_RETRIES:
description: >
Number of retries to use for failed I2C communication. A retry is
used when the BMA2XX sends an unexpected NACK.
value: 2