mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
power: Convert CONFIG_PMIC_AS3722 to Kconfig
This converts the following to Kconfig: CONFIG_PMIC_AS3722 Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2838c07f47
commit
bdf25a5e04
10 changed files with 12 additions and 11 deletions
|
@ -34,6 +34,7 @@ CONFIG_PCI=y
|
|||
CONFIG_DM_PCI=y
|
||||
CONFIG_DM_PCI_COMPAT=y
|
||||
CONFIG_PCI_TEGRA=y
|
||||
CONFIG_PMIC_AS3722=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_DM_USB=y
|
||||
|
|
|
@ -38,6 +38,7 @@ CONFIG_PCI=y
|
|||
CONFIG_DM_PCI=y
|
||||
CONFIG_DM_PCI_COMPAT=y
|
||||
CONFIG_PCI_TEGRA=y
|
||||
CONFIG_PMIC_AS3722=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_TEGRA114_SPI=y
|
||||
CONFIG_USB=y
|
||||
|
|
|
@ -38,6 +38,7 @@ CONFIG_PCI=y
|
|||
CONFIG_DM_PCI=y
|
||||
CONFIG_DM_PCI_COMPAT=y
|
||||
CONFIG_PCI_TEGRA=y
|
||||
CONFIG_PMIC_AS3722=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_TEGRA114_SPI=y
|
||||
CONFIG_USB=y
|
||||
|
|
|
@ -42,6 +42,7 @@ CONFIG_CROS_EC_SPI=y
|
|||
CONFIG_SPI_FLASH=y
|
||||
CONFIG_SPI_FLASH_WINBOND=y
|
||||
CONFIG_DM_PMIC=y
|
||||
CONFIG_PMIC_AS3722=y
|
||||
CONFIG_DM_REGULATOR=y
|
||||
CONFIG_DM_REGULATOR_FIXED=y
|
||||
CONFIG_PWM_TEGRA=y
|
||||
|
|
|
@ -40,6 +40,14 @@ config PMIC_ACT8846
|
|||
functions. It uses an I2C interface and is designed for use with
|
||||
tablets and smartphones.
|
||||
|
||||
config PMIC_AS3722
|
||||
bool "Enable support for the Austria Micro Systems (AMS) AS7322 PMIC"
|
||||
help
|
||||
The AS3722 includes 7 DC/DC buck convertors, 11 low-noise LDOs, a
|
||||
real-time clock, GPIOs, ADC and a few other features. It uses an I2C
|
||||
interface and is designs to cover most of the power managementment
|
||||
required for a tablets or laptop.
|
||||
|
||||
config DM_PMIC_PFUZE100
|
||||
bool "Enable Driver Model for PMIC PFUZE100"
|
||||
depends on DM_PMIC
|
||||
|
|
|
@ -11,9 +11,6 @@
|
|||
|
||||
#include <linux/sizes.h>
|
||||
|
||||
/* enable PMIC */
|
||||
#define CONFIG_PMIC_AS3722
|
||||
|
||||
#include "tegra124-common.h"
|
||||
|
||||
#define CONFIG_ARCH_MISC_INIT
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
|
||||
#include <linux/sizes.h>
|
||||
|
||||
/* enable PMIC */
|
||||
#define CONFIG_PMIC_AS3722
|
||||
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
#include <linux/sizes.h>
|
||||
|
||||
/* enable PMIC */
|
||||
#define CONFIG_PMIC_AS3722
|
||||
|
||||
#include "tegra124-common.h"
|
||||
|
||||
/* High-level configuration options */
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#define CONFIG_ENV_OFFSET (-CONFIG_ENV_SIZE)
|
||||
|
||||
/* LCD support */
|
||||
#define CONFIG_PMIC_AS3722
|
||||
#define CONFIG_SYS_WHITE_ON_BLACK
|
||||
#define CONFIG_CMD_BMP
|
||||
|
||||
|
|
|
@ -2230,7 +2230,6 @@ CONFIG_PMECC_INDEX_TABLE_OFFSET
|
|||
CONFIG_PMECC_SECTOR_SIZE
|
||||
CONFIG_PME_PLAT_CLK_DIV
|
||||
CONFIG_PMIC
|
||||
CONFIG_PMIC_AS3722
|
||||
CONFIG_PMU
|
||||
CONFIG_PMW_BASE
|
||||
CONFIG_PM_SLEEP
|
||||
|
|
Loading…
Reference in a new issue