diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-03-27 12:46:56 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-27 20:01:19 +0900 |
commit | 9159c84f9e3dd1916034149d6876935d81716a4b (patch) | |
tree | 9ffa4e3967592022671b227b758f95b2642117fa /arch/arm/configs/marzen_defconfig | |
parent | db30abdf3c07c564d4af0f991bb7f38b728f9035 (diff) | |
download | blackbird-op-linux-9159c84f9e3dd1916034149d6876935d81716a4b.tar.gz blackbird-op-linux-9159c84f9e3dd1916034149d6876935d81716a4b.zip |
ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
This enables the driver added in "gpio: Renesas R-Car GPIO driver V3"
Cc: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/marzen_defconfig')
-rw-r--r-- | arch/arm/configs/marzen_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig index 8e7329b3ebaf..9f6597543523 100644 --- a/arch/arm/configs/marzen_defconfig +++ b/arch/arm/configs/marzen_defconfig @@ -79,6 +79,7 @@ CONFIG_I2C_RCAR=y CONFIG_SPI=y CONFIG_SPI_SH_HSPI=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_RCAR=y # CONFIG_HWMON is not set CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y |