Kevin O'Connor d651851567 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>
2018-06-27 12:10:25 -04:00

20 lines
238 B
Plaintext

# Kconfig settings for PRU
if MACH_PRU
config PRU_SELECT
bool
default y
select HAVE_GPIO
#select HAVE_GPIO_ADC
config BOARD_DIRECTORY
string
default "pru"
config CLOCK_FREQ
int
default 200000000
endif