Skip to content
Snippets Groups Projects
Commit 60a5eaba authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: select ANON_INODES


The build servers found that gpiolib is using ANON_INODES but
has forgotten to select it. Fix this.

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Fixes: 521a2ad6 ("gpio: add userspace ABI for GPIO line information")
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7d4defe2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment