diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-21 21:33:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 448dfb407f7af23b3d85d8ce9039e1e2bd287245 (patch) | |
tree | 37773ed812223949b4ed0246ebf8ba4b52370c1b /include/configs/stout.h | |
parent | 797c2b4a1af1e790bcb5163be7dd409c49527354 (diff) | |
download | u-boot-448dfb407f7af23b3d85d8ce9039e1e2bd287245.tar.gz |
Convert CONFIG_BITBANGMII_MULTI to Kconfig
This converts the following to Kconfig:
CONFIG_BITBANGMII_MULTI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stout.h')
-rw-r--r-- | include/configs/stout.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stout.h b/include/configs/stout.h index df2d9676b5..f9574be3f7 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -36,7 +36,6 @@ #define CONFIG_SH_ETHER_CACHE_WRITEBACK #define CONFIG_SH_ETHER_CACHE_INVALIDATE #define CONFIG_SH_ETHER_ALIGNE_SIZE 64 -#define CONFIG_BITBANGMII_MULTI /* Board Clock */ |