Skip to content

Commit

Permalink
driver: cleanup imu folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj authored and dagar committed Nov 3, 2023
1 parent a989e53 commit 51e1a80
Show file tree
Hide file tree
Showing 50 changed files with 53 additions and 50 deletions.
4 changes: 2 additions & 2 deletions boards/airmind/mindpx-v2/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ CONFIG_DRIVERS_GPS=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM20948=y
CONFIG_DRIVERS_IMU_INVENSENSE_MPU6000=y
CONFIG_DRIVERS_IMU_INVENSENSE_MPU6500=y
CONFIG_DRIVERS_IMU_L3GD20=y
CONFIG_DRIVERS_IMU_LSM303D=y
CONFIG_DRIVERS_IMU_ST_L3GD20=y
CONFIG_DRIVERS_IMU_ST_LSM303D=y
CONFIG_DRIVERS_IRLOCK=y
CONFIG_COMMON_LIGHT=y
CONFIG_COMMON_MAGNETOMETER=y
Expand Down
4 changes: 2 additions & 2 deletions boards/av/x-v1/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ CONFIG_DRIVERS_CAMERA_TRIGGER=y
CONFIG_COMMON_DIFFERENTIAL_PRESSURE=y
CONFIG_COMMON_DISTANCE_SENSOR=y
CONFIG_DRIVERS_GPS=y
CONFIG_DRIVERS_IMU_ADIS16477=y
CONFIG_DRIVERS_IMU_ADIS16497=y
CONFIG_DRIVERS_IMU_ANALOG_DEVICES_ADIS16477=y
CONFIG_DRIVERS_IMU_ANALOG_DEVICES_ADIS16497=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM20948=y
CONFIG_DRIVERS_IRLOCK=y
CONFIG_COMMON_LIGHT=y
Expand Down
4 changes: 2 additions & 2 deletions boards/nxp/fmuk66-v3/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ CONFIG_COMMON_DIFFERENTIAL_PRESSURE=y
CONFIG_COMMON_DISTANCE_SENSOR=y
CONFIG_DRIVERS_DISTANCE_SENSOR_SRF05=y
CONFIG_DRIVERS_GPS=y
CONFIG_DRIVERS_IMU_FXAS21002C=y
CONFIG_DRIVERS_IMU_FXOS8701CQ=y
CONFIG_DRIVERS_IMU_NXP_FXAS21002C=y
CONFIG_DRIVERS_IMU_NXP_FXOS8701CQ=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM20948=y
CONFIG_DRIVERS_IRLOCK=y
CONFIG_DRIVERS_LIGHTS_RGBLED=y
Expand Down
4 changes: 2 additions & 2 deletions boards/px4/fmu-v2/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CONFIG_DRIVERS_ADC_BOARD_ADC=y
CONFIG_DRIVERS_BAROMETER_MS5611=y
CONFIG_DRIVERS_GPS=y
CONFIG_DRIVERS_IMU_INVENSENSE_MPU6000=y
CONFIG_DRIVERS_IMU_L3GD20=y
CONFIG_DRIVERS_IMU_LSM303D=y
CONFIG_DRIVERS_IMU_ST_L3GD20=y
CONFIG_DRIVERS_IMU_ST_LSM303D=y
CONFIG_DRIVERS_LIGHTS_RGBLED=y
CONFIG_DRIVERS_MAGNETOMETER_HMC5883=y
CONFIG_DRIVERS_PWM_OUT=y
Expand Down
4 changes: 2 additions & 2 deletions boards/px4/fmu-v3/default.px4board
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CONFIG_DRIVERS_IMU_INVENSENSE_ICM20608G=y
CONFIG_DRIVERS_IMU_INVENSENSE_ICM20948=y
CONFIG_DRIVERS_IMU_INVENSENSE_MPU6000=y
CONFIG_DRIVERS_IMU_INVENSENSE_MPU9250=y
CONFIG_DRIVERS_IMU_L3GD20=y
CONFIG_DRIVERS_IMU_LSM303D=y
CONFIG_DRIVERS_IMU_ST_L3GD20=y
CONFIG_DRIVERS_IMU_ST_LSM303D=y
CONFIG_COMMON_INS=y
CONFIG_DRIVERS_IRLOCK=y
CONFIG_COMMON_LIGHT=y
Expand Down
14 changes: 7 additions & 7 deletions src/drivers/imu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ menu "IMU"
menuconfig COMMON_IMU
bool "Common IMU's"
default n
select DRIVERS_IMU_ADIS16477
select DRIVERS_IMU_ADIS16497
select DRIVERS_IMU_ANALOG_DEVICES_ADIS16477
select DRIVERS_IMU_ANALOG_DEVICES_ADIS16497
select DRIVERS_IMU_ANALOG_DEVICES_ADIS16448
select DRIVERS_IMU_ANALOG_DEVICES_ADIS16470
select DRIVERS_IMU_BOSCH_BMI055
select DRIVERS_IMU_BOSCH_BMI088
select DRIVERS_IMU_FXAS21002C
select DRIVERS_IMU_FXOS8701CQ
select DRIVERS_IMU_NXP_FXAS21002C
select DRIVERS_IMU_NXP_FXOS8701CQ
select DRIVERS_IMU_INVENSENSE_ICM20602
select DRIVERS_IMU_INVENSENSE_ICM20608G
select DRIVERS_IMU_INVENSENSE_ICM20649
Expand All @@ -21,9 +21,9 @@ menu "IMU"
select DRIVERS_IMU_INVENSENSE_MPU6000
select DRIVERS_IMU_INVENSENSE_MPU6500
select DRIVERS_IMU_INVENSENSE_MPU9250
select DRIVERS_IMU_L3GD20
select DRIVERS_IMU_LSM303D
select DRIVERS_IMU_ST
select DRIVERS_IMU_ST_L3GD20
select DRIVERS_IMU_ST_LSM303D
select DRIVERS_IMU_ST_LSM9DS1
---help---
Enable default set of IMU drivers
rsource "*/Kconfig"
Expand Down
5 changes: 0 additions & 5 deletions src/drivers/imu/adis16477/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions src/drivers/imu/adis16497/Kconfig

This file was deleted.

2 changes: 1 addition & 1 deletion src/drivers/imu/analog_devices/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
menu "Analog Devices"
rsource "*/Kconfig"
endmenu
endmenu #Analog Devices
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/analog_devices/adis16477/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_ANALOG_DEVICES_ADIS16477
bool "adis16477"
default n
---help---
Enable support for adis16477
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/analog_devices/adis16497/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_ANALOG_DEVICES_ADIS16497
bool "adis16497"
default n
---help---
Enable support for adis16497
2 changes: 1 addition & 1 deletion src/drivers/imu/bosch/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
menu "Bosch"
rsource "*/Kconfig"
endmenu
endmenu #Bosch
5 changes: 0 additions & 5 deletions src/drivers/imu/fxas21002c/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions src/drivers/imu/fxos8701cq/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions src/drivers/imu/l3gd20/Kconfig

This file was deleted.

5 changes: 0 additions & 5 deletions src/drivers/imu/lsm303d/Kconfig

This file was deleted.

3 changes: 3 additions & 0 deletions src/drivers/imu/nxp/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
menu "NXP"
rsource "*/Kconfig"
endmenu #NXP
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/nxp/fxas21002c/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_NXP_FXAS21002C
bool "fxas21002c"
default n
---help---
Enable support for fxas21002c
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/nxp/fxos8701cq/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_NXP_FXOS8701CQ
bool "fxos8701cq"
default n
---help---
Enable support for fxos8701cq
2 changes: 1 addition & 1 deletion src/drivers/imu/st/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
menu "ST"
rsource "*/Kconfig"
endmenu #Invensense
endmenu #ST
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/st/l3gd20/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_ST_L3GD20
bool "l3gd20"
default n
---help---
Enable support for l3gd20
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/drivers/imu/st/lsm303d/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
menuconfig DRIVERS_IMU_ST_LSM303D
bool "lsm303d"
default n
---help---
Enable support for lsm303d
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51e1a80

Please sign in to comment.