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 | |
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')
-rw-r--r-- | drivers/char/Kconfig | 4 | ||||
-rw-r--r-- | drivers/char/Makefile | 2 |
2 files changed, 3 insertions, 3 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 | ||
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index ae8567cc529c..2f56ecc035aa 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile | |||
@@ -91,7 +91,7 @@ obj-$(CONFIG_PC8736x_GPIO) += pc8736x_gpio.o | |||
91 | obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o | 91 | obj-$(CONFIG_NSC_GPIO) += nsc_gpio.o |
92 | obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o | 92 | obj-$(CONFIG_CS5535_GPIO) += cs5535_gpio.o |
93 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o | 93 | obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o |
94 | obj-$(CONFIG_TANBAC_TB0219) += tb0219.o | 94 | obj-$(CONFIG_GPIO_TB0219) += tb0219.o |
95 | obj-$(CONFIG_TELCLOCK) += tlclk.o | 95 | obj-$(CONFIG_TELCLOCK) += tlclk.o |
96 | 96 | ||
97 | obj-$(CONFIG_WATCHDOG) += watchdog/ | 97 | obj-$(CONFIG_WATCHDOG) += watchdog/ |