[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ECB3782BB8F03341905DD923270296115D5ABC@mhqms01.moxa.com>
Date: Mon, 25 Apr 2011 10:28:07 +0800
From: Jimmy Chen (陳永達) <jimmy.chen@...a.com>
To: Jimmy Chen (陳永達) <jimmy.chen@...a.com>,
<linux-kernel@...r.kernel.org>
Cc: <gregkh@...e.de>
Subject: RE: [PATCH 1/2] misc: add option in menu to support MOXA V2100 serial io driver
From: Jimmy Chen <jimmy.chen@...a.com>
Add selection and help in menu to support moxa_serial_io driver.
Signed-off-by: Jimmy Chen <jimmy.chen@...a.com>
---
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 45cc6f8..4e007c6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -144,17 +144,6 @@ config PHANTOM
If you choose to build module, its name will be phantom. If unsure,
say N here.
-config MOXA_SERIAL_IO
- tristate "V2100-LX Serial IO"
- depends on X86
- help
- Say Y here if you want to build a driver for MOXA serial io device.
-
- This driver is only for V2100-LX platform.
-
- If you choose to build module, its name will be mxsio. If unsure,
- say N here.
-
config SGI_IOC4
tristate "SGI IOC4 Base IO support"
depends on PCI
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 781fe3b..f546860 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -15,7 +15,6 @@ obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_PHANTOM) += phantom.o
-obj-$(CONFIG_MOXA_SERIAL_IO) += moxa_serial_io.o
obj-$(CONFIG_SENSORS_BH1780) += bh1780gli.o
obj-$(CONFIG_SENSORS_BH1770) += bh1770glc.o
obj-$(CONFIG_SENSORS_APDS990X) += apds990x.o
diff --git a/drivers/misc/moxa_serial_io.c b/drivers/misc/moxa_serial_io.c
deleted file mode 100644
index e69de29..0000000
diff --git a/drivers/misc/moxa_serial_io.h b/drivers/misc/moxa_serial_io.h
deleted file mode 100644
index e69de29..0000000
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists