diff options
author | Tom Rini | 2021-12-17 18:08:46 -0500 |
---|---|---|
committer | Tom Rini | 2021-12-27 16:20:19 -0500 |
commit | b2d1c828b973fc2355e6192610af56a4968261e0 (patch) | |
tree | 5fc2313369794d472fb53b113a8e4f4d3be4cce5 /include/configs/lacie_kw.h | |
parent | 440c00de69d83b41d9941699a426821504569ef6 (diff) |
Convert CONFIG_KIRKWOOD_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_KIRKWOOD_GPIO
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/lacie_kw.h')
-rw-r--r-- | include/configs/lacie_kw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 0d6dd30e0c4..046f1888cb1 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -41,7 +41,6 @@ /* * Enable GPI0 support */ -#define CONFIG_KIRKWOOD_GPIO /* * Enable I2C support |