|
|
发表于 2008-7-24 13:21:40
|
显示全部楼层
Post by mopz0506;1878014
那个驱动应该在 Device Drivers -> USB -> USB to serial 里面了,只有一行,很难找,点进去才有很多设备的列表。
我最近在用 FTDI 的 USB 转 RS232 芯片所以知道,也是找了很久。
不理解……如果知道模块的名称了怎么会还难找呢?编译内核的时候用 “/” 搜索一下不行么?我刚才验证了一下,这是搜索结果,很容易啊:
- │ Symbol: USB_SERIAL_PL2303 [=n]
- │ Prompt: USB Prolific 2303 Single Port Serial Driver
- │ Defined at drivers/usb/serial/Kconfig:465
- │ Depends on: USB_SUPPORT && USB_SERIAL
- │ Location:
- │ -> Device Drivers
- │ -> USB support (USB_SUPPORT [=y])
- │ -> USB Serial Converter support (USB_SERIAL [=n])
复制代码 |
|