summaryrefslogtreecommitdiff
path: root/arch/arm/configs/at91_dt_defconfig
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@microchip.com>2021-02-05 14:59:05 +0300
committerNicolas Ferre <nicolas.ferre@microchip.com>2021-02-05 16:50:00 +0300
commitbde65033a829ae6d2067ae656389054a11f605e9 (patch)
treef9c5d5764e70c9a4c600e35ee29547b766011428 /arch/arm/configs/at91_dt_defconfig
parentc0b80a6247a3ab33d728e572f771bcefbef497c0 (diff)
downloadlinux-bde65033a829ae6d2067ae656389054a11f605e9.tar.xz
ARM: configs: at91_dt_defconfig: add useful helper options
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@microchip.com>
Diffstat (limited to 'arch/arm/configs/at91_dt_defconfig')
-rw-r--r--arch/arm/configs/at91_dt_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig
index 3e4adbd30a53..690c0c158a94 100644
--- a/arch/arm/configs/at91_dt_defconfig
+++ b/arch/arm/configs/at91_dt_defconfig
@@ -107,12 +107,15 @@ 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_ATMEL_QUADSPI=y
+CONFIG_SPI_GPIO=y
CONFIG_PINCTRL_MCP23S08=m
+CONFIG_GPIO_SYSFS=y
CONFIG_POWER_RESET=y
CONFIG_POWER_SUPPLY=y
# CONFIG_HWMON is not set