Roman Zippel <[EMAIL PROTECTED]> writes: >> You don't have to know it's required, you can just select a driver >> for your hardware, without enabling HDLC first. > > Is this a real problem?
I think the "select" is better. > Using select you should also consider removing HDLC as visible option and > use only select. Mixing depends and selects is generally a bad idea. It has to stay there for external modules. It's similar to MII - drivers select MII automatically but you can turn it on (Y or M) by hand as well. And you can have HDLC=y and driver=m (and it makes perfect sense). Actually I can't see any bad idea here. The original dependency was certainly, uhm, not the best one. -- Krzysztof Halasa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/