On Tue, 5 Jan 2021 14:15:25 -0800 Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > > +config JOYSTICK_N64 > > + bool "N64 controller" > > + depends on MACH_NINTENDO64 > > + help > > + Support for the four N64 controllers. > > + > > "To compile this driver as a module..." ... > No option to unload the driver? Yes, no option to build as a module or to unload, on purpose. The target system has 8mb RAM, and this is the only input system. It saves RAM, and makes no sense to unload your only input possibility. The driver is specific to the N64. It can't be used on other systems, mips or otherwise. - Lauri