diff options
| author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-12 05:04:08 -0400 |
|---|---|---|
| committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-21 04:45:24 -0400 |
| commit | a2523d3cdab76fbda28414fd82743815f3cc3df7 (patch) | |
| tree | b9a1f8850387931c505b95f27c942ee159c6b7d2 | |
| parent | 765278b7d5e7d0f55b5060716ad45991be5cceb5 (diff) | |
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: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Steven Miao <realmz6@gmail.com>
| -rw-r--r-- | arch/blackfin/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index c3f2e0bc644a..20e203aef0fe 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
| @@ -31,7 +31,7 @@ config BLACKFIN | |||
| 31 | select HAVE_OPROFILE | 31 | select HAVE_OPROFILE |
| 32 | select HAVE_PERF_EVENTS | 32 | select HAVE_PERF_EVENTS |
| 33 | select ARCH_HAVE_CUSTOM_GPIO_H | 33 | select ARCH_HAVE_CUSTOM_GPIO_H |
| 34 | select ARCH_WANT_OPTIONAL_GPIOLIB | 34 | select ARCH_REQUIRE_GPIOLIB |
| 35 | select HAVE_UID16 | 35 | select HAVE_UID16 |
| 36 | select VIRT_TO_BUS | 36 | select VIRT_TO_BUS |
| 37 | select ARCH_WANT_IPC_PARSE_VERSION | 37 | select ARCH_WANT_IPC_PARSE_VERSION |
| @@ -56,7 +56,7 @@ config ZONE_DMA | |||
| 56 | def_bool y | 56 | def_bool y |
| 57 | 57 | ||
| 58 | config GENERIC_GPIO | 58 | config GENERIC_GPIO |
| 59 | def_bool y | 59 | def_bool n |
| 60 | 60 | ||
| 61 | config FORCE_MAX_ZONEORDER | 61 | config FORCE_MAX_ZONEORDER |
| 62 | int | 62 | int |
