Loading drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,16 @@ config SENSORS_MMA_POSITION help this provide the sensor position setting , value is between 0~7 config SENSORS_AKM09911 tristate "AKM09911 3-axis electronic compass sensor driver" depends on I2C help Say Y here if you want to enable the akm09911 ecompass sensor driver. To compile this driver as a module, choose M here: the module will be called akm09911. config SENSORS_AKM8963 tristate "AKM8963 3-axis electronic compass sensor driver" depends on I2C Loading drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -69,3 +69,4 @@ obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o Loading
drivers/input/misc/Kconfig +10 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,16 @@ config SENSORS_MMA_POSITION help this provide the sensor position setting , value is between 0~7 config SENSORS_AKM09911 tristate "AKM09911 3-axis electronic compass sensor driver" depends on I2C help Say Y here if you want to enable the akm09911 ecompass sensor driver. To compile this driver as a module, choose M here: the module will be called akm09911. config SENSORS_AKM8963 tristate "AKM8963 3-axis electronic compass sensor driver" depends on I2C Loading
drivers/input/misc/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -69,3 +69,4 @@ obj-$(CONFIG_SENSORS_STK3X1X) += stk3x1x.o obj-$(CONFIG_SENSORS_CAPELLA_CM36283) += cm36283.o obj-$(CONFIG_SENSORS_MPU6050) += mpu6050.o obj-$(CONFIG_SENSORS_AKM8963) += akm8963.o obj-$(CONFIG_SENSORS_AKM09911) += akm09911.o