From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/drivers/input/sensors/gyro/Kconfig | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/input/sensors/gyro/Kconfig b/kernel/drivers/input/sensors/gyro/Kconfig index 5b27389..58b9b6d 100644 --- a/kernel/drivers/input/sensors/gyro/Kconfig +++ b/kernel/drivers/input/sensors/gyro/Kconfig @@ -40,6 +40,12 @@ config GYRO_ICM2060X tristate "gyroscope icm2060x_gyro" +config GYRO_ICM4260X + tristate "gyroscope icm4260x_gyro" + help + To have support for your specific gyro you will have to + select the proper drivers which depend on this option. + config GYRO_IAM20680 tristate "gyroscope iam20680_gyro" default n -- Gitblit v1.6.2