Add CONFIG_CRC for building CRC related routines. CRC routines are now being built for each application, whether used or not and are add in the build system unconditionally. Keep CONFIG_CRC enabled by default for now and until all users have converted to use the new option. Partial fix for #50654 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
# SGP40 multipixel gas sensor configuration options
|
|
|
|
# Copyright (c) 2021 Leonard Pollak
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SGP40
|
|
bool "SGP40 Multipixel Gas Sensor"
|
|
default y
|
|
depends on DT_HAS_SENSIRION_SGP40_ENABLED
|
|
select I2C
|
|
select CRC
|
|
help
|
|
Enable driver for SGP40 Multipixel Gas Sensor.
|