mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-03 12:04:07 -06:00
Kconfig: Add some user visible comments to the optional features menu
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d93645a750
commit
61bbd455cf
1 changed files with 13 additions and 7 deletions
20
src/Kconfig
20
src/Kconfig
|
@ -136,10 +136,6 @@ config WANT_HD44780
|
|||
bool
|
||||
depends on HAVE_GPIO
|
||||
default y
|
||||
config WANT_THERMOCOUPLE
|
||||
bool
|
||||
depends on WANT_SPI
|
||||
default y
|
||||
config WANT_ADXL345
|
||||
bool
|
||||
depends on WANT_SPI
|
||||
|
@ -156,6 +152,10 @@ config WANT_ICM20948
|
|||
bool
|
||||
depends on WANT_I2C
|
||||
default y
|
||||
config WANT_THERMOCOUPLE
|
||||
bool
|
||||
depends on WANT_SPI
|
||||
default y
|
||||
config WANT_HX71X
|
||||
bool
|
||||
depends on HAVE_GPIO
|
||||
|
@ -209,15 +209,15 @@ config WANT_NEOPIXEL
|
|||
config WANT_PULSE_COUNTER
|
||||
bool "Support measuring fan tachometer GPIO pins"
|
||||
depends on HAVE_GPIO
|
||||
comment "LCD chips"
|
||||
config WANT_ST7920
|
||||
bool "Support ST7920 LCD display"
|
||||
depends on HAVE_GPIO
|
||||
config WANT_HD44780
|
||||
bool "Support HD44780 LCD display"
|
||||
depends on HAVE_GPIO
|
||||
config WANT_THERMOCOUPLE
|
||||
bool "Support thermocouple MAX sensors"
|
||||
depends on WANT_SPI
|
||||
comment "Accelerometer chips"
|
||||
depends on WANT_SPI || WANT_I2C
|
||||
config WANT_ADXL345
|
||||
bool "Support adxl accelerometers"
|
||||
depends on WANT_SPI
|
||||
|
@ -230,12 +230,18 @@ config WANT_MPU9250
|
|||
config WANT_ICM20948
|
||||
bool "Support ICM20948 accelerometer"
|
||||
depends on WANT_I2C
|
||||
comment "External ADC type chips"
|
||||
config WANT_THERMOCOUPLE
|
||||
bool "Support thermocouple MAX sensors"
|
||||
depends on WANT_SPI
|
||||
config WANT_HX71X
|
||||
bool "Support HX711 and HX717 ADC chips"
|
||||
depends on HAVE_GPIO
|
||||
config WANT_ADS1220
|
||||
bool "Support ADS 1220 ADC chip"
|
||||
depends on WANT_SPI
|
||||
comment "Other external sensor chips"
|
||||
depends on WANT_SPI || WANT_I2C
|
||||
config WANT_LDC1612
|
||||
bool "Support ldc1612 eddy current sensor"
|
||||
depends on WANT_I2C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue