diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-05-06 17:51:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:13:04 -0400 |
commit | 09762516761f9346ee521dcab45de0a543298410 (patch) | |
tree | 8510c217a15ecdfe4f3f4f63778f8943bc0baa5f /drivers/char/Kconfig | |
parent | 2fda4c90f65fd96ef910ba285d66984caf600a08 (diff) |
rename TANBAC TB0219 config
Rename config for TANBAC TB0219 GPIO support to something more appropriate.
Fixes this:
drivers/char/Kconfig:906:warning: type of 'TANBAC_TB0219' redefined from 'boolean' to 'tristate'
drivers/char/Kconfig:907:warning: choice values currently only support a single
prompt
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index d0c978fbc204..a26d91743b24 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -905,8 +905,8 @@ config SONYPI | |||
905 | To compile this driver as a module, choose M here: the | 905 | To compile this driver as a module, choose M here: the |
906 | module will be called sonypi. | 906 | module will be called sonypi. |
907 | 907 | ||
908 | config TANBAC_TB0219 | 908 | config GPIO_TB0219 |
909 | tristate "TANBAC TB0219 base board support" | 909 | tristate "TANBAC TB0219 GPIO support" |
910 | depends on TANBAC_TB022X | 910 | depends on TANBAC_TB022X |
911 | select GPIO_VR41XX | 911 | select GPIO_VR41XX |
912 | 912 | ||