diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-27 13:09:05 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-20 18:22:48 +0100 |
commit | 042f3730e14c35e3689157bd6b146ab5189ba730 (patch) | |
tree | 4231fb6ed8f535200eca6d03bcc6021354a5730d /arch/arm/configs/versatile_defconfig | |
parent | e878cff0c85dcfdc209687ba25a68d6ebfd290cb (diff) |
ARM: versatile: enable GPIOLIB and PL061 by default
Select the GPIOLIB and PL061 in the Versatile defconfig, as this
is present on all boards, and so we get compile and test coverage
for this.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/versatile_defconfig')
-rw-r--r-- | arch/arm/configs/versatile_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/versatile_defconfig b/arch/arm/configs/versatile_defconfig index 0756efd8b554..bb83c099d5a6 100644 --- a/arch/arm/configs/versatile_defconfig +++ b/arch/arm/configs/versatile_defconfig @@ -45,6 +45,8 @@ CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=m +CONFIG_GPIOLIB=y +CONFIG_GPIO_PL061=y # CONFIG_HWMON is not set CONFIG_FB=y CONFIG_FB_ARMCLCD=y |