mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 04:54:11 -06:00
pru: Disable ADC reading directly from the PRU
The PRU code size has grown too close to the maximum - remove the ADC code to reduce its overall size. (On the beaglebone, the Linux process can, and typically does, do the ADC reading.) Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
41058d22a6
commit
d651851567
3 changed files with 9 additions and 6 deletions
|
@ -6,7 +6,7 @@ config PRU_SELECT
|
|||
bool
|
||||
default y
|
||||
select HAVE_GPIO
|
||||
select HAVE_GPIO_ADC
|
||||
#select HAVE_GPIO_ADC
|
||||
|
||||
config BOARD_DIRECTORY
|
||||
string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue