diff mbox series

[PoC,008/241] global: Migrate CONFIG_DM9000_USE_16BIT to CFG

Message ID 20221120133352.3055600-9-trini@konsulko.com
State RFC
Delegated to: Tom Rini
Headers show
Series Finish migration to Kconfig or CFG namespace | expand

Commit Message

Tom Rini Nov. 20, 2022, 1:29 p.m. UTC
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/at91sam9261ek.h | 2 +-
 include/configs/devkit8000.h    | 2 +-
 scripts/config_whitelist.txt    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h
index a9bbbd39484a..9a3928f3fa87 100644
--- a/include/configs/at91sam9261ek.h
+++ b/include/configs/at91sam9261ek.h
@@ -38,7 +38,7 @@ 
 #define CFG_DM9000_BASE		0x30000000
 #define DM9000_IO			CFG_DM9000_BASE
 #define DM9000_DATA			(CFG_DM9000_BASE + 4)
-#define CONFIG_DM9000_USE_16BIT
+#define CFG_DM9000_USE_16BIT
 #define CFG_DM9000_NO_SROM
 
 /* USB */
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 1694bf1cd3e1..c8b176542d95 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -21,7 +21,7 @@ 
 #define	CFG_DM9000_BASE		0x2c000000
 #define	DM9000_IO			CFG_DM9000_BASE
 #define	DM9000_DATA			(CFG_DM9000_BASE + 0x400)
-#define	CONFIG_DM9000_USE_16BIT		1
+#define	CFG_DM9000_USE_16BIT		1
 #define CFG_DM9000_NO_SROM		1
 #undef	CONFIG_DM9000_DEBUG
 
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 85adbafa58fe..43234d822457 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -8,7 +8,7 @@  CFG_DFU_ENV_SETTINGS
 CFG_DM9000_BASE
 CFG_DM9000_BYTE_SWAPPED
 CFG_DM9000_NO_SROM
-CONFIG_DM9000_USE_16BIT
+CFG_DM9000_USE_16BIT
 CONFIG_DW_WDT_CLOCK_KHZ
 CONFIG_ENV_FLAGS_LIST_STATIC
 CONFIG_ENV_IS_EMBEDDED