diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-09-03 16:29:00 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-19 14:39:32 +0200 |
commit | ffb7fc0f6d2d630cb9e6e37e67993aaa342819f1 (patch) | |
tree | 4706988a971b9e235e7da19911656b42f4dab713 /arch/blackfin/Kconfig | |
parent | e9a03add0c6ed5341fc59ff9c76843c2888a33fa (diff) | |
download | linux-ffb7fc0f6d2d630cb9e6e37e67993aaa342819f1.tar.bz2 |
blackfin: gpio: Remove none gpio lib code.
- Remove non gpio lib code from blackfin architecture.
- Limit the lagecy blackfin gpio driver to bf5xx processors only.
- Remove unused definition of the pint power functions.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index f78c9a2c7e28..a1199b2e9d2b 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -52,6 +52,9 @@ config GENERIC_BUG config ZONE_DMA def_bool y +config GENERIC_GPIO + def_bool y + config FORCE_MAX_ZONEORDER int default "14" @@ -317,6 +320,10 @@ config BF53x depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) default y +config GPIO_ADI + def_bool y + depends on (BF51x || BF52x || BF53x || BF538 || BF539 || BF561) + config MEM_MT48LC64M4A2FB_7E bool depends on (BFIN533_STAMP) |