From d6518515679b939d1fd5c4af490c4ff9e75f88a9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 27 Jun 2018 12:04:26 -0400 Subject: 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 --- src/pru/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pru/Kconfig b/src/pru/Kconfig index 156d2e67..bc521536 100644 --- a/src/pru/Kconfig +++ b/src/pru/Kconfig @@ -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 -- cgit v1.2.3-70-g09d2