Hi, On Fri, Sep 25, 2009 at 10:05:21AM -0400, Mark OToole wrote: > I'm sorry if this is a simple question to answer
All questions are simple if you know the answer :) > but I need to build a usb-serial module for my mx31 board. I extracted > the kernel source from my ptx distribution CD and started the "make > menuconfig". I have discovered that there are no choices available for > any of the usb-serial drivers even though the souce code for the > drivers is present in the source tree. > > Is there another .config file available? If I understand you correctly, you want to connect an USB<->serial hardware chip to the MX31 and use it to get a new serial port, right? You first need to find out what kind of hardware chip you have (it may be some FTDI device etc). In order to get the driver, run 'ptxdist menuconfig kernel' and you get the kernel config interface; the USB Drivers section contains the config switches for the usb/serial adapters. rsc -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
