diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-22 04:12:11 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-22 04:12:11 +0000 |
commit | c884ada29ead83a2777c4097489dc4db26419624 (patch) | |
tree | 98bc5e293200d703cb6d9b47ab6f052dfaba0041 /drivers | |
parent | 95b2d612949328e196b54c7569324e22f98c6ec0 (diff) |
Support for Phillips PDAs.
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index e0fd5b5f5..830f8a8ec 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -87,6 +87,11 @@ ifeq ($(CONFIG_BAGET_MIPS),y) SERIAL = endif +ifeq ($(CONFIG_NINO),y) + KEYBD = + SERIAL = +endif + ifneq ($(CONFIG_SUN_SERIAL),) SERIAL = endif |