aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-06-08 13:45:08 +0200
committerLinus Walleij <linus.walleij@linaro.org>2016-06-08 13:47:37 +0200
commit60a5eaba46919f3a4c63a0c93bb7015ad5e56a82 (patch)
treeecc7e7ecfe7d83045ea40b28be44e834f1259eae /drivers/gpio
parentgpio: include <linux/io-mapping.h> in gpiolib-of (diff)
downloadlinux-dev-60a5eaba46919f3a4c63a0c93bb7015ad5e56a82.tar.xz
linux-dev-60a5eaba46919f3a4c63a0c93bb7015ad5e56a82.zip
gpio: select ANON_INODES
The build servers found that gpiolib is using ANON_INODES but has forgotten to select it. Fix this. Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: 521a2ad6f862 ("gpio: add userspace ABI for GPIO line information") Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 48da857f4774..a116609b1914 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -33,6 +33,7 @@ config ARCH_REQUIRE_GPIOLIB
menuconfig GPIOLIB
bool "GPIO Support"
+ select ANON_INODES
help
This enables GPIO support through the generic GPIO library.
You only need to enable this, if you also want to enable