diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-23 18:54:34 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 16:18:47 +0100 |
commit | d888e25b8dd1b501ac75b0c6587c043a394319c3 (patch) | |
tree | 31c2705b25ceaff8fa10a8b90324c6d0dd616af7 /arch/mips/Kconfig | |
parent | 09b7dcf220a37245b16fd4a716923d75bf6edf8b (diff) | |
download | blackbird-obmc-linux-d888e25b8dd1b501ac75b0c6587c043a394319c3.tar.gz blackbird-obmc-linux-d888e25b8dd1b501ac75b0c6587c043a394319c3.zip |
MIPS: RB532: Convert to GPIO lib
This patch converts the rb532 code to use gpio library
and register its gpio chip.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 1e06d233fa83..00a23a118492 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -568,7 +568,7 @@ config MIKROTIK_RB532 select SYS_SUPPORTS_LITTLE_ENDIAN select SWAP_IO_SPACE select BOOT_RAW - select GENERIC_GPIO + select ARCH_REQUIRE_GPIOLIB help Support the Mikrotik(tm) RouterBoard 532 series, based on the IDT RC32434 SoC. |