diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2014-08-20 18:04:32 +0800 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2015-04-23 21:34:29 +0800 |
commit | 707e6f0bc40b4db1fae616b8825c9e0f1231f873 (patch) | |
tree | 1c7b5e0dcdeb9e6971ecf08c44e17d48f90c767f /arch | |
parent | ea9b706b8688ab155b092abc854bde0224332743 (diff) | |
download | linux-707e6f0bc40b4db1fae616b8825c9e0f1231f873.tar.bz2 |
bf609: enable soft switch gpio driver by default
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/configs/BF609-EZKIT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/configs/BF609-EZKIT_defconfig b/arch/blackfin/configs/BF609-EZKIT_defconfig index fcec5ce71392..ba4267f658af 100644 --- a/arch/blackfin/configs/BF609-EZKIT_defconfig +++ b/arch/blackfin/configs/BF609-EZKIT_defconfig @@ -105,6 +105,7 @@ CONFIG_SPI=y CONFIG_SPI_ADI_V3=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_MCP23S08=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y CONFIG_BFIN_WDT=y |