diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-19 20:52:41 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-19 22:35:32 +0300 |
commit | 2af59563815cfeeebf3005912f0b04ce580da999 (patch) | |
tree | e744a71dec0c85b45122b04c46b272c28015a7bb /arch/arm/configs | |
parent | 48f840e0e73fe6ca9af54f2ce8474f09a8eb9d58 (diff) | |
download | linux-2af59563815cfeeebf3005912f0b04ce580da999.tar.xz |
ARM: omap2plus_defconfig: Enable pcf857x
We have pcf857x at least several boards. Let's enable it
as a loadable module.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 6ed7799b8503..6654b23d0d0b 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -207,6 +207,7 @@ CONFIG_SPI_TI_QSPI=m CONFIG_PINCTRL_SINGLE=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_PCF857X=m CONFIG_GPIO_TWL4030=y CONFIG_W1=m CONFIG_HDQ_MASTER_OMAP=m |