diff options
author | David Lechner <david@lechnology.com> | 2020-10-12 23:12:29 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-24 10:04:12 +0100 |
commit | eaf7697b6febe2b086503f525f070d8e3ca1ea0f (patch) | |
tree | b078f3cce455fd658fb1b655642b9cf2f55e4796 /arch/arm/configs/omap2plus_defconfig | |
parent | ARM: omap2plus_defconfig: add CONFIG_AK8975=m and CONFIG_KXCJK1013=m (diff) | |
download | linux-eaf7697b6febe2b086503f525f070d8e3ca1ea0f.tar.xz linux-eaf7697b6febe2b086503f525f070d8e3ca1ea0f.zip |
ARM: omap2plus_defconfig: Enable TI eQEP counter driver
This enables the TI eQEP counter driver that is used by BeagleBone Blue.
Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-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 2ab9024cb6e3..77716f500813 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -539,6 +539,8 @@ CONFIG_PHY_DM816X_USB=m CONFIG_OMAP_USB2=m CONFIG_TI_PIPE3=y CONFIG_TWL4030_USB=m +CONFIG_COUNTER=m +CONFIG_TI_EQEP=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y CONFIG_EXT4_FS_SECURITY=y |