diff options
author | Tom Rini | 2022-11-19 18:45:14 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:06:43 -0500 |
commit | 022dc9e505ea70ea5e5c81f78a629a6016d4fd9d (patch) | |
tree | 69bf77404c31b7c22abd1cc3c217981d3c6cd346 /configs/hikey_defconfig | |
parent | 5cafaedeac41c966b8f554182944d9dc0b531190 (diff) |
Convert CONFIG_HIKEY_GPIO et al to Kconfig
This converts the following to Kconfig:
CONFIG_HIKEY_GPIO
CONFIG_TCA642X
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/hikey_defconfig')
-rw-r--r-- | configs/hikey_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hikey_defconfig b/configs/hikey_defconfig index 9eec9281849..d023653815c 100644 --- a/configs/hikey_defconfig +++ b/configs/hikey_defconfig @@ -30,6 +30,7 @@ CONFIG_CMD_CACHE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_SYS_MMC_ENV_PART=2 +CONFIG_HIKEY_GPIO=y CONFIG_MMC_DW=y CONFIG_MMC_DW_K3=y CONFIG_POWER_LEGACY=y |