Ver Fonte

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>
Linus Walleij há 11 anos atrás
pai
commit
042f3730e1
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      arch/arm/configs/versatile_defconfig

+ 2 - 0
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