diff options
author | Jean Delvare <[email protected]> | 2020-02-11 13:41:36 +0100 |
---|---|---|
committer | Keith Busch <[email protected]> | 2020-03-26 04:45:25 +0900 |
commit | 228914504cecd1c7d1279b5b884ab55d474cc87e (patch) | |
tree | 8f9058ee7af08fd0e3d0f2d56dc639d04124c636 | |
parent | 45fb19f766d94a642cd820fe523ac29f502eece2 (diff) |
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 <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Signed-off-by: Keith Busch <[email protected]>
-rw-r--r-- | drivers/nvme/host/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index b9358db83e96..9c17ed32be64 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -32,8 +32,6 @@ config NVME_HWMON a hardware monitoring device will be created for each NVMe drive in the system. - If unsure, say N. - config NVME_FABRICS tristate |