From 4a6254fac3ae27d5c17a7d0acb94a263aeed4da1 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 19 Jul 2017 23:59:35 -0400 Subject: build: Allow boards to disable digital input/output support Allow the micro-controller code to be built without support for regular gpio pins. In this case, the code for endstops, steppers, and gpiocmds will be disabled. Signed-off-by: Kevin O'Connor --- src/pru/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pru') diff --git a/src/pru/Kconfig b/src/pru/Kconfig index 5b177272..156d2e67 100644 --- a/src/pru/Kconfig +++ b/src/pru/Kconfig @@ -5,6 +5,7 @@ if MACH_PRU config PRU_SELECT bool default y + select HAVE_GPIO select HAVE_GPIO_ADC config BOARD_DIRECTORY -- cgit v1.2.3-70-g09d2