diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-10 07:01:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-23 14:33:21 -0400 |
commit | 5d653afc177f1e260c311b821801a8b6eb609c02 (patch) | |
tree | b72d18d9a3f8ff78d03027b1673040c87a9c38df /include/configs/da850evm.h | |
parent | d7cc15bb53a8e217dee70beb47d0521628f9ecbf (diff) | |
download | u-boot-5d653afc177f1e260c311b821801a8b6eb609c02.tar.gz |
Convert CONFIG_DA8XX_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_DA8XX_GPIO
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index beb9575256..3dcd1390ca 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -223,7 +223,6 @@ #endif #endif -#define CONFIG_DA8XX_GPIO /* * U-Boot general configuration */ |