I think I am missing something obvious. I have downloaded the SDK & source to build on a Linux box the kernel for my omap 5432 board. (However, I have not tested it yet.) The purpose of this was to compile in CONFIG_USB_SERIAL support. Currently, on the target using the pre-built kernel, I do a "zcat /proc/config.gz | grep USB_SERIAL" and get "CONFIG_USB_SERIAL is not set". I believe this is why when I plug in a USB G_SERIAL DEVICE I do not get a /dev/ttyUSBx device on this omap 5432 board. So now I am trying to compile in the CONFIG_USB_SERIAL support using the "make config" command. This does not work. So I tried the "make menuconfig" command. This does not work either. Both times the make program says it does not know how to make the target "menuconfig".
Any help would be appreciated.
-thanks