diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-08 12:20:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-25 11:52:13 -0400 |
commit | c78b90767f19c9e8510c3155b89fb7ad64ca3c54 (patch) | |
tree | 28a440f6667150d9e8f88e849e825846e52301fb /src/lpc176x/Kconfig | |
parent | 970831ee0d3b91897196e92270d98b2a3067427f (diff) | |
download | kutter-c78b90767f19c9e8510c3155b89fb7ad64ca3c54.tar.gz kutter-c78b90767f19c9e8510c3155b89fb7ad64ca3c54.tar.xz kutter-c78b90767f19c9e8510c3155b89fb7ad64ca3c54.zip |
lpc176x: Add support for GPIO pins
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x/Kconfig')
-rw-r--r-- | src/lpc176x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index d9f15dd1..df2343ad 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -5,6 +5,7 @@ if MACH_LPC176X config LPC_SELECT bool default y + select HAVE_GPIO config BOARD_DIRECTORY string |