> Which is fine for gpiosim, as it can just depend on the lua > module. For LINEDISC_LUA, there would have to be some kind of hook to > which the lua module would attach when loaded, so that the kernel would > still function even without the module loaded.
since this means i can't use gpiosim without LUA being available, it seems a poor choice. ie, don't force me to enable an experimental scripts-in-kernel when i want to use something that does not depend on it. is there a way to structure the code such that there are more modules (whether modloaded or statically linked) such that: gpiosim_lua: gpiosim lua .mrg.
