mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Add support for the ADS1220 as an alternative to HX71x that supports SPI and higher sample rates. Signed-off-by: Gareth Farrington <gareth@waves.ky>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
# Base config file for the ar100 CPU
|
|
CONFIG_MACH_AR100=y
|
|
CONFIG_WANT_DISPLAYS=n
|
|
CONFIG_WANT_SOFTWARE_I2C=n
|
|
CONFIG_WANT_SOFTWARE_SPI=n
|
|
CONFIG_WANT_LIS2DW=n
|
|
CONFIG_WANT_HX71X=n
|
|
CONFIG_WANT_ADS1220=n
|