aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-08-27 11:09:47 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-08-27 11:09:47 -0400
commit82a542faed3e130f025e09ea3a6ce9b81be73bf3 (patch)
tree9e595d039d44a972871a6f9bd11a0a6de7852dff /src/lpc176x
parentee67715e2bf17166387a8ce8111cac6cd9478cdc (diff)
downloadkutter-82a542faed3e130f025e09ea3a6ce9b81be73bf3.tar.gz
kutter-82a542faed3e130f025e09ea3a6ce9b81be73bf3.tar.xz
kutter-82a542faed3e130f025e09ea3a6ce9b81be73bf3.zip
Kconfig: Rename HAVE_USER_INTERFACE to HAVE_GPIO_BITBANGING
Rename the HAVE_USER_INTERFACE definition in preparation for other "bit banging" interfaces. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x')
-rw-r--r--src/lpc176x/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig
index d8586658..aaf852b6 100644
--- a/src/lpc176x/Kconfig
+++ b/src/lpc176x/Kconfig
@@ -8,7 +8,7 @@ config LPC_SELECT
select HAVE_GPIO
select HAVE_GPIO_ADC
select HAVE_GPIO_SPI
- select HAVE_USER_INTERFACE
+ select HAVE_GPIO_BITBANGING
config BOARD_DIRECTORY
string