On Tue, 2009-12-01 at 01:48 +0000, Ralf Baechle wrote: > On Mon, Nov 30, 2009 at 02:24:54PM +0800, Wu Zhangjin wrote: > > > > > +config YEELOONG_HWMON > > > > + tristate "Hardware Monitor Driver" > > > > + select HWMON > > > > > > Will use depend in the next version. > > > > > > > Sorry, This must be select, there is no other way to select this stuff. > > Why that? Hmm, sorry, my old explanation is totally Wrong, it's better to select it for us, just as the x86 platform drivers did: $ cat drivers/platform/x86/Kconfig | grep " HWMON" select HWMON select HWMON Because the HWMON stuff is put in the device drivers as a menuconfig, but our platform driver is put in its own directory. it will not be convenient for the users to select it themselves, and also, this select have no side effect. Best Regards, Wu Zhangjin