From 018c5daa9451fd55e7f675445b7f47f101c132a4 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 7 May 2018 01:03:01 -0400 Subject: [PATCH] sam3x8e: Enable lcd chip support Testing shows the hd44780 and st7920 chips do work on the Due. Signed-off-by: Kevin O'Connor --- src/sam3x8e/Kconfig | 1 + 1 file changed, 1 insertion(+) 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