diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-07 01:03:01 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-07 01:03:01 -0400 |
commit | 018c5daa9451fd55e7f675445b7f47f101c132a4 (patch) | |
tree | 9e8316e18651052f021e35a4aa36ecc322a4063e /src | |
parent | 99b233df3f120271f6ccbbae595edc5f13a5c2ea (diff) | |
download | kutter-018c5daa9451fd55e7f675445b7f47f101c132a4.tar.gz kutter-018c5daa9451fd55e7f675445b7f47f101c132a4.tar.xz kutter-018c5daa9451fd55e7f675445b7f47f101c132a4.zip |
sam3x8e: Enable lcd chip support
Testing shows the hd44780 and st7920 chips do work on the Due.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/sam3x8e/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sam3x8e/Kconfig b/src/sam3x8e/Kconfig index abce710c..92da8e58 100644 --- a/src/sam3x8e/Kconfig +++ b/src/sam3x8e/Kconfig @@ -7,6 +7,7 @@ config SAM_SELECT default y select HAVE_GPIO select HAVE_GPIO_ADC + select HAVE_USER_INTERFACE config BOARD_DIRECTORY string |