Skip to content

Commit d390863

Browse files
dolcinir-vignesh
authored andcommitted
arm64: defconfig: Enable configurations for Toradex Aquila AM69
Enable the configurations needed for Aquila AM69 SoM and compatible carrier boards. - CONFIG_SENSORS_AMC6821, needed for the fan controller on the clover and dev carrier board (as module). - CONFIG_POWER_RESET_GPIO and CONFIG_POWER_RESET_GPIO_RESTART needed for poweroff and restart functionalities (as built-in, it's not possible to set them as 'm'). Signed-off-by: Francesco Dolcini <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent b632eb8 commit d390863

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ CONFIG_GPIO_MACSMC=m
728728
CONFIG_GPIO_MAX77620=y
729729
CONFIG_GPIO_SL28CPLD=m
730730
CONFIG_GPIO_AGGREGATOR=m
731+
CONFIG_POWER_RESET_GPIO=y
732+
CONFIG_POWER_RESET_GPIO_RESTART=y
731733
CONFIG_POWER_RESET_MACSMC=m
732734
CONFIG_POWER_RESET_MSM=y
733735
CONFIG_POWER_RESET_QCOM_PON=m
@@ -755,6 +757,7 @@ CONFIG_SENSORS_LM90=m
755757
CONFIG_SENSORS_PWM_FAN=m
756758
CONFIG_SENSORS_RASPBERRYPI_HWMON=m
757759
CONFIG_SENSORS_SL28CPLD=m
760+
CONFIG_SENSORS_AMC6821=m
758761
CONFIG_SENSORS_INA2XX=m
759762
CONFIG_SENSORS_INA3221=m
760763
CONFIG_SENSORS_TMP102=m

0 commit comments

Comments
 (0)