test: drivers/build_all support HP206C
Change-Id: Ifad32d59a9786e5b1334532c5c6e7f29657c2a77 Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
2030855399
commit
e7a943385d
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ CONFIG_SENSOR=y
|
|||
CONFIG_SPI=y
|
||||
CONFIG_SYS_LOG_SENSOR_LEVEL=4
|
||||
|
||||
# Some sensor drivers (notably HP206C) demand high tick rates:
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=2000
|
||||
|
||||
CONFIG_ADC=y
|
||||
CONFIG_AK8975=y
|
||||
CONFIG_BMA280=y
|
||||
|
@ -13,7 +16,7 @@ CONFIG_DHT=y
|
|||
CONFIG_HDC1008=y
|
||||
CONFIG_HMC5883L=y
|
||||
CONFIG_HTS221=y
|
||||
#CONFIG_HP206C=y
|
||||
CONFIG_HP206C=y
|
||||
CONFIG_ISL29035=y
|
||||
CONFIG_LIS3DH=y
|
||||
CONFIG_LIS3MDL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue