Click to See Complete Forum and Search --> : UART address


bash
08-27-2001, 04:01 PM
Hi,

I am working on bringing up Linux on an evaluation board with a 16550 UART chip. I need to include UART's base address in the Linux kernel.Which file do I need to modify?

TIA

The Whizzard
08-27-2001, 04:07 PM
You should be able to specify the address when you do a 'make config'. I've only compiled a kernel a few times but I swear I saw that option there, somewhere.

bash
08-27-2001, 04:18 PM
I don't see any option for doing that in "make menuconfig".