diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2006-06-25 14:49:11 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 19:01:22 +0200 |
commit | 584e1236bbcdfec3f64c751908b8b4fe868c2d20 (patch) | |
tree | ab55e9e001e0f43615a31d472423429047e7c554 /drivers/char/Kconfig | |
parent | [PATCH] cpu hotplug: fix CPU_UP_CANCEL handling (diff) | |
download | linux-584e1236bbcdfec3f64c751908b8b4fe868c2d20.tar.xz linux-584e1236bbcdfec3f64c751908b8b4fe868c2d20.zip |
[PATCH] add "select GPIO_VR41XX" for TANBAC_TB0229
TANBAC_TB0229 requires GPIO_VR41XX. This patch adds "select GPIO_VR41XX"
for TANBAC_TB0229.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 78d928f9d9f1..63f28d169b36 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -865,6 +865,7 @@ config SONYPI config TANBAC_TB0219 tristate "TANBAC TB0219 base board support" depends TANBAC_TB022X + select GPIO_VR41XX menu "Ftape, the floppy tape device driver" |