diff options
author | Andre Przywara | 2023-10-17 17:08:52 +0100 |
---|---|---|
committer | Andre Przywara | 2023-12-06 23:09:17 +0000 |
commit | 929f198d07f39b4a0b901a9f022581bf540bee1f (patch) | |
tree | 8c02d09a48345a821dc6a48c6fb42ec91a339d8e /configs/orangepi_zero2_defconfig | |
parent | 9ac57fb3a25708d4406d3ac32e3ef09cce331bbf (diff) |
sunxi: H616: remove default AXP305 selection
The original H616 devices released about three years ago were typically
paired with an X-Powers AXP305 PMIC. Newer devices uses the smaller
AXP313, and there seem to be far more systems with this PMIC around now.
Remove the default AXP305 selection for the H616 SoC from the Kconfig,
and move the PMIC selection into the board defconfig files instead.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'configs/orangepi_zero2_defconfig')
-rw-r--r-- | configs/orangepi_zero2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_zero2_defconfig b/configs/orangepi_zero2_defconfig index 50009e823cb..98aed846f1f 100644 --- a/configs/orangepi_zero2_defconfig +++ b/configs/orangepi_zero2_defconfig @@ -20,6 +20,7 @@ CONFIG_SYS_I2C_SPEED=400000 CONFIG_SPI_FLASH_MACRONIX=y CONFIG_PHY_REALTEK=y CONFIG_SUN8I_EMAC=y +CONFIG_AXP305_POWER=y CONFIG_SPI=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |