diff options
author | Simon Glass | 2017-04-26 22:27:46 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 10:29:50 -0400 |
commit | bdf25a5e04078951e5b7fef4f4c432e88263244f (patch) | |
tree | 82bed21a1bf1e94b0f4cda6c933abfba57680e57 /include/configs/jetson-tk1.h | |
parent | 2838c07f47016fe632273f5f799a4cefa7341b41 (diff) |
power: Convert CONFIG_PMIC_AS3722 to Kconfig
This converts the following to Kconfig:
CONFIG_PMIC_AS3722
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/jetson-tk1.h')
-rw-r--r-- | include/configs/jetson-tk1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index 5482f55ce0a..b31ba6a4ee5 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -10,9 +10,6 @@ #include <linux/sizes.h> -/* enable PMIC */ -#define CONFIG_PMIC_AS3722 - #include "tegra124-common.h" /* High-level configuration options */ |