summaryrefslogtreecommitdiff
path: root/include/configs/nas220.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-17 18:08:44 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 16:20:19 -0500
commitf98b3be287bf59414e282fda6e9879dafeae150a (patch)
treeb33fa395d373643f4193910db98c1f2e184517d5 /include/configs/nas220.h
parent8cca60a2cbf25c811129c251e84b066cd542fefc (diff)
Convert CONFIG_88F5182 et al to Kconfig
This converts the following to Kconfig: CONFIG_88F5182 CONFIG_BOARD_IS_OPENRD_BASE CONFIG_BOARD_IS_OPENRD_CLIENT CONFIG_BOARD_IS_OPENRD_ULTIMATE CONFIG_D2NET_V2 CONFIG_FEROCEON CONFIG_FEROCEON_88FR131 CONFIG_INETSPACE_V2 CONFIG_KW88F6192 CONFIG_KW88F6281 CONFIG_KW88F6702 CONFIG_NET2BIG_V2 CONFIG_NETSPACE_LITE_V2 CONFIG_NETSPACE_MAX_V2 CONFIG_NETSPACE_MINI_V2 CONFIG_NETSPACE_V2 CONFIG_SHEEVA_88SV131 At this point mv-plug-common.h is now only an include of mv-common.h so remove that indirection. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/nas220.h')
-rw-r--r--include/configs/nas220.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/nas220.h b/include/configs/nas220.h
index 9f89cca0b01..12480d9d552 100644
--- a/include/configs/nas220.h
+++ b/include/configs/nas220.h
@@ -11,12 +11,6 @@
#ifndef _CONFIG_NAS220_H
#define _CONFIG_NAS220_H
-/*
- * High Level Configuration Options (easy to change)
- */
-#define CONFIG_FEROCEON_88FR131 /* #define CPU Core subversion */
-#define CONFIG_KW88F6192 /* SOC Name */
-
/* power-on led, regulator, sata0, sata1 */
#define NAS220_GE_OE_VAL_LOW ((1 << 12)|(1 << 14)|(1 << 24)|(1 << 28))
#define NAS220_GE_OE_VAL_HIGH (0)