diff options
author | Carl Philipp Klemm <philipp@uvos.xyz> | 2020-11-08 21:53:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-16 12:10:22 +0300 |
commit | a6b2a18060f6b351752fa748a904f46b94edec00 (patch) | |
tree | f4fd318cb3bcdbdef21ef6ebe5cee48fcb742ccd /arch/arm/configs | |
parent | a82820fcd079e38309403f595f005a8cc318a13c (diff) | |
download | linux-a6b2a18060f6b351752fa748a904f46b94edec00.tar.xz |
ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m
ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m to
support motorola xt894's magnetometer and motorola xt875's
accelerometer respectivly
Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
[tony@atomide.com: shortened subject a bit]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 4bdaa9dd41fe..2ab9024cb6e3 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -525,6 +525,8 @@ CONFIG_TI_AM335X_ADC=m CONFIG_TWL4030_MADC=m CONFIG_SENSORS_ISL29028=m CONFIG_BMP280=m +CONFIG_KXCJK1013=m +CONFIG_AK8975=m CONFIG_PWM=y CONFIG_PWM_OMAP_DMTIMER=m CONFIG_PWM_TIECAP=m |