Skip to content

Commit

Permalink
[PATCH] W1: fix dependencies of W1_SLAVE_DS2433_CRC
Browse files Browse the repository at this point in the history
From: Jean-Luc Leger <[email protected]>

Default values for boolean and tristate options can only be 'y', 'm' or 'n'.
This patch fixes dependencies of W1_SLAVE_DS2433_CRC.

Signed-off-by: Jean-Luc Leger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Jean-Luc Leger authored and gregkh committed Jun 22, 2006
1 parent 70d484b commit f621e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/w1/slaves/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config W1_SLAVE_DS2433

config W1_SLAVE_DS2433_CRC
bool "Protect DS2433 data with a CRC16"
depends on W1_DS2433
depends on W1_SLAVE_DS2433
select CRC16
help
Say Y here to protect DS2433 data with a CRC16.
Expand Down

0 comments on commit f621e1c

Please sign in to comment.