From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i2DKu-0002eO-7r for barebox@lists.infradead.org; Mon, 26 Aug 2019 11:39:01 +0000 From: Oleksij Rempel Date: Mon, 26 Aug 2019 13:38:54 +0200 Message-Id: <20190826113854.27895-3-o.rempel@pengutronix.de> In-Reply-To: <20190826113854.27895-1-o.rempel@pengutronix.de> References: <20190826113854.27895-1-o.rempel@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v1 3/3] MIPS: ath79: enable gpio key support. To: barebox@lists.infradead.org Cc: Oleksij Rempel Most of ath79 devices have at least one gpio key. Signed-off-by: Oleksij Rempel --- arch/mips/configs/ath79_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig index c41d0bf545..ab7af794a2 100644 --- a/arch/mips/configs/ath79_defconfig +++ b/arch/mips/configs/ath79_defconfig @@ -78,6 +78,7 @@ CONFIG_LED=y CONFIG_LED_GPIO=y CONFIG_LED_GPIO_OF=y CONFIG_LED_TRIGGERS=y +CONFIG_KEYBOARD_GPIO=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_POLLER=y CONFIG_WATCHDOG_AR9344=y -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox