[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <609f6193e709a5b8762735b949972b855218652b.1612528021.git.nicolas.ferre@microchip.com>
Date: Fri, 5 Feb 2021 13:27:56 +0100
From: <nicolas.ferre@...rochip.com>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Ludovic Desroches <ludovic.desroches@...rochip.com>
CC: <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
Nicolas Ferre <nicolas.ferre@...rochip.com>
Subject: [PATCH 3/3] ARM: configs: at91_dt_defconfig: add useful helper options
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
Add GPIO, SPI and I2C options that were missing from the
at91_dt_defconfig whereas they were in sama5_defconfig. It unifies all
AT91 defconfigs with same set of useful options.
Signed-off-by: Nicolas Ferre <nicolas.ferre@...rochip.com>
---
arch/arm/configs/at91_dt_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 3e4adbd30a53..edd888214873 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -107,10 +107,13 @@ CONFIG_LEGACY_PTY_COUNT=4
CONFIG_SERIAL_ATMEL=y
CONFIG_SERIAL_ATMEL_CONSOLE=y
CONFIG_HW_RANDOM=y
+CONFIG_I2C_CHARDEV=y
CONFIG_I2C_AT91=y
CONFIG_I2C_GPIO=y
CONFIG_SPI=y
CONFIG_SPI_ATMEL=y
+CONFIG_SPI_GPIO=y
+CONFIG_GPIO_SYSFS=y
CONFIG_SPI_ATMEL_QUADSPI=y
CONFIG_PINCTRL_MCP23S08=m
CONFIG_POWER_RESET=y
--
2.30.0
Powered by blists - more mailing lists