Dear Users,
I need to recompile the kernel to use my USB converter. The vendor ID is 0x0403, so I need to recompile the kernel with the following options:
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_PL0403=y:
Is this correct?
Where can I put this extra options? I can't find the right file!
for compiling I use the turtorial and find this:
make linux_clean
make linux
make linux_install
is this correct?
Kind regards,
Tijmen