diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 95ccedabba4f..ab8dfbef6f1b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -29,7 +29,7 @@ menuconfig SPI | |||
29 | if SPI | 29 | if SPI |
30 | 30 | ||
31 | config SPI_DEBUG | 31 | config SPI_DEBUG |
32 | boolean "Debug support for SPI drivers" | 32 | bool "Debug support for SPI drivers" |
33 | depends on DEBUG_KERNEL | 33 | depends on DEBUG_KERNEL |
34 | help | 34 | help |
35 | Say "yes" to enable debug messaging (like dev_dbg and pr_debug), | 35 | Say "yes" to enable debug messaging (like dev_dbg and pr_debug), |
@@ -40,8 +40,8 @@ config SPI_DEBUG | |||
40 | # | 40 | # |
41 | 41 | ||
42 | config SPI_MASTER | 42 | config SPI_MASTER |
43 | # boolean "SPI Master Support" | 43 | # bool "SPI Master Support" |
44 | boolean | 44 | bool |
45 | default SPI | 45 | default SPI |
46 | help | 46 | help |
47 | If your system has an master-capable SPI controller (which | 47 | If your system has an master-capable SPI controller (which |