Ryan Meagher
3 years ago
committed by
GitHub
7 changed files with 21 additions and 3 deletions
@ -0,0 +1,3 @@ |
|||||||
|
menu "Invensense" |
||||||
|
rsource "*/Kconfig" |
||||||
|
endmenu #Invensense |
@ -0,0 +1,7 @@ |
|||||||
|
menuconfig DRIVERS_BAROMETER_INVENSENSE_ICP10100 |
||||||
|
bool "icp10100" |
||||||
|
default n |
||||||
|
---help--- |
||||||
|
Enable support for icp10100 |
||||||
|
|
||||||
|
|
@ -0,0 +1,6 @@ |
|||||||
|
menuconfig DRIVERS_BAROMETER_INVENSENSE_ICP10111 |
||||||
|
bool "icp10100" |
||||||
|
default n |
||||||
|
---help--- |
||||||
|
Enable support for icp10111 |
||||||
|
|
Loading…
Reference in new issue