提交 a2523d3c 编写于 作者: A Alexandre Courbot

blackfin: force use of gpiolib

Set the GENERIC_GPIO option to false by default and force the use of
gpiolib instead of making it optional, to prepare for the removal of
GENERIC_GPIO.
Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
Acked-by: NSteven Miao <realmz6@gmail.com>
上级 765278b7
...@@ -31,7 +31,7 @@ config BLACKFIN ...@@ -31,7 +31,7 @@ config BLACKFIN
select HAVE_OPROFILE select HAVE_OPROFILE
select HAVE_PERF_EVENTS select HAVE_PERF_EVENTS
select ARCH_HAVE_CUSTOM_GPIO_H select ARCH_HAVE_CUSTOM_GPIO_H
select ARCH_WANT_OPTIONAL_GPIOLIB select ARCH_REQUIRE_GPIOLIB
select HAVE_UID16 select HAVE_UID16
select VIRT_TO_BUS select VIRT_TO_BUS
select ARCH_WANT_IPC_PARSE_VERSION select ARCH_WANT_IPC_PARSE_VERSION
...@@ -56,7 +56,7 @@ config ZONE_DMA ...@@ -56,7 +56,7 @@ config ZONE_DMA
def_bool y def_bool y
config GENERIC_GPIO config GENERIC_GPIO
def_bool y def_bool n
config FORCE_MAX_ZONEORDER config FORCE_MAX_ZONEORDER
int int
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册