Hello, Mikael Pettersson wrote: > +config N2100_XINT1_UART > + bool "Support assigning Thecus n2100 XINT1 to UART" > + depends on MACH_N2100 && NO_HZ This shouldn't depend on NO_HZ. Some people may want to use it just to get (much) faster serial console. A.