]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: Don't deter users from enabling hwmon support
authorJean Delvare <jdelvare@suse.de>
Tue, 11 Feb 2020 12:41:36 +0000 (13:41 +0100)
committerKeith Busch <kbusch@kernel.org>
Wed, 25 Mar 2020 19:45:25 +0000 (04:45 +0900)
commit63bec1534efca490548103b452c0a84b3f267190
tree8f9058ee7af08fd0e3d0f2d56dc639d04124c636
parent814d329528c7a628348bd219404502e6862ee5ce
nvme: Don't deter users from enabling hwmon support

I see no good reason for the "If unsure, say N" advice in the description
of the NVME_HWMON configuration option. It is not dangerous, it does
not select any other option, and has a fairly low overhead.

As the option is already not enabled by default, further suggesting
hesitant users to not enable it is not useful anyway. Unlike some other
options where the description alone may not be sufficient for users to
make a decision, NVME_HWMON is pretty simple to grasp in my opinion,
so just let the user do what they want.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/Kconfig