* m68k: five unused boards in Kconfig.machine
@ 2013-03-21 12:17 Paul Bolle
2013-03-25 6:43 ` Greg Ungerer
0 siblings, 1 reply; 6+ messages in thread
From: Paul Bolle @ 2013-03-21 12:17 UTC (permalink / raw)
To: Geert Uytterhoeven, Greg Ungerer; +Cc: linux-m68k
0) These five Kconfig entries in arch/m68k/Kconfig.machine are entirely
unused:
config UC5272
config UC5282
config SOM5282EM
config COBRA5329
config SNAPGEAR
1) I think that these can be removed. But I recall from an earlier
thread (in 2011) that Greg wanted to keep SOM5282EM:
Although it isn't used inside the code it does let the configurer
know that this specific board is supported.
2) Would it be acceptable to remove these five Kconfig entries but add
text to the prompts or the help strings of some other entries to
indicate support?
Paul Bolle
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: m68k: five unused boards in Kconfig.machine 2013-03-21 12:17 m68k: five unused boards in Kconfig.machine Paul Bolle @ 2013-03-25 6:43 ` Greg Ungerer 2013-05-16 20:11 ` [PATCH] m68k: remove 15 " Paul Bolle 0 siblings, 1 reply; 6+ messages in thread From: Greg Ungerer @ 2013-03-25 6:43 UTC (permalink / raw) To: Paul Bolle; +Cc: Geert Uytterhoeven, linux-m68k Hi Paul, On 21/03/13 22:17, Paul Bolle wrote: > 0) These five Kconfig entries in arch/m68k/Kconfig.machine are entirely > unused: > config UC5272 > config UC5282 > config SOM5282EM > config COBRA5329 > config SNAPGEAR > > 1) I think that these can be removed. But I recall from an earlier > thread (in 2011) that Greg wanted to keep SOM5282EM: > Although it isn't used inside the code it does let the configurer > know that this specific board is supported. > > 2) Would it be acceptable to remove these five Kconfig entries but add > text to the prompts or the help strings of some other entries to > indicate support? I have been moving the underlying code to be more generic in its support of various ColdFire boards. I am a lot more comfortable now removing the specific board names if we really don't have anything specific keyed on them. Regards Greg ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] m68k: remove 15 unused boards in Kconfig.machine 2013-03-25 6:43 ` Greg Ungerer @ 2013-05-16 20:11 ` Paul Bolle 2013-05-17 7:59 ` [PATCH v2] m68k: remove 16 " Paul Bolle 0 siblings, 1 reply; 6+ messages in thread From: Paul Bolle @ 2013-05-16 20:11 UTC (permalink / raw) To: Greg Ungerer, Geert Uytterhoeven; +Cc: linux-m68k Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- 0) A few months ago I reported that 5 board entries in Kconfig.machine were unused. Looking at this issue again with a, well, more sophisticated approach showed me that actually 15 board entries are unused. Are you comfortable with removing these entries? Should we perhaps also update the related entries in Kconfig.cpu with the names of these boards? 1) Only tested by (extensive) grepping of the tree. arch/m68k/Kconfig.machine | 91 ----------------------------------------------- 1 file changed, 91 deletions(-) diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index a1793c5..9e4a9f0 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -150,18 +150,6 @@ config XCOPILOT_BUGS help Support the bugs of Xcopilot. -config UC5272 - bool "Arcturus Networks uC5272 dimm board support" - depends on M5272 - help - Support for the Arcturus Networks uC5272 dimm board. - -config UC5282 - bool "Arcturus Networks uC5282 board support" - depends on M528x - help - Support for the Arcturus Networks uC5282 dimm board. - config UCSIMM bool "uCsimm module support" depends on M68EZ328 @@ -223,12 +211,6 @@ config ELITE help Support for the Motorola M5206eLITE board. -config M5208EVB - bool "Freescale M5208EVB board support" - depends on M520x - help - Support for the Freescale Coldfire M5208EVB. - config M5235EVB bool "Freescale M5235EVB support" depends on M523x @@ -241,54 +223,12 @@ config M5249C3 help Support for the Motorola M5249C3 board. -config M5271EVB - bool "Freescale (Motorola) M5271EVB board support" - depends on M5271 - help - Support for the Freescale (Motorola) M5271EVB board. - -config M5275EVB - bool "Freescale (Motorola) M5275EVB board support" - depends on M5275 - help - Support for the Freescale (Motorola) M5275EVB board. - config M5272C3 bool "Motorola M5272C3 board support" depends on M5272 help Support for the Motorola M5272C3 board. -config COBRA5272 - bool "senTec COBRA5272 board support" - depends on M5272 - help - Support for the senTec COBRA5272 board. - -config AVNET5282 - bool "Avnet 5282 board support" - depends on M528x - help - Support for the Avnet 5282 board. - -config M5282EVB - bool "Motorola M5282EVB board support" - depends on M528x - help - Support for the Motorola M5282EVB board. - -config COBRA5282 - bool "senTec COBRA5282 board support" - depends on M528x - help - Support for the senTec COBRA5282 board. - -config SOM5282EM - bool "EMAC.Inc SOM5282EM board support" - depends on M528x - help - Support for the EMAC.Inc SOM5282EM module. - config WILDFIRE bool "Intec Automation Inc. WildFire board support" depends on M528x @@ -319,18 +259,6 @@ config SECUREEDGEMP3 help Support for the SnapGear SecureEdge/MP3 platform. -config M5329EVB - bool "Freescale (Motorola) M5329EVB board support" - depends on M532x - help - Support for the Freescale (Motorola) M5329EVB board. - -config COBRA5329 - bool "senTec COBRA5329 board support" - depends on M532x - help - Support for the senTec COBRA5329 board. - config M5373EVB bool "Freescale M5373EVB board support" depends on M537x @@ -374,31 +302,12 @@ config NETtel help Support for the SnapGear NETtel/SecureEdge/SnapGear boards. -config SNAPGEAR - bool "SnapGear router board support" - depends on NETtel - help - Special additional support for SnapGear router boards. - -config CPU16B - bool "Sneha Technologies S.L. Sarasvati board support" - depends on M5272 - help - Support for the SNEHA CPU16B board. - config MOD5272 bool "Netburner MOD-5272 board support" depends on M5272 help Support for the Netburner MOD-5272 board. -config SAVANTrosie1 - bool "Savant Rosie1 board support" - depends on M523x - help - Support for the Savant Rosie1 board. - - if !MMU || COLDFIRE comment "Machine Options" -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v2] m68k: remove 16 unused boards in Kconfig.machine 2013-05-16 20:11 ` [PATCH] m68k: remove 15 " Paul Bolle @ 2013-05-17 7:59 ` Paul Bolle 2013-05-21 12:42 ` Greg Ungerer 2013-08-05 4:04 ` Greg Ungerer 0 siblings, 2 replies; 6+ messages in thread From: Paul Bolle @ 2013-05-17 7:59 UTC (permalink / raw) To: Greg Ungerer, Geert Uytterhoeven; +Cc: linux-m68k The Kconfig entries for 16 boards are unused. Remove these, together with the 6 entries that these boards select, but are also unused. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> --- 0) If double checking your commits is an art I'm no artist! I didn't notice that v1 (called "m68k: remove 15 unused boards in Kconfig.machine") depended on an older commit in my local stack of changes. This commit combines both into one. 1) Still only tested by (extensive) grepping of the tree. arch/m68k/Kconfig.machine | 134 ---------------------------------------------- 1 file changed, 134 deletions(-) diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index b9ab0a6..61dc643 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -150,18 +150,6 @@ config XCOPILOT_BUGS help Support the bugs of Xcopilot. -config UC5272 - bool "Arcturus Networks uC5272 dimm board support" - depends on M5272 - help - Support for the Arcturus Networks uC5272 dimm board. - -config UC5282 - bool "Arcturus Networks uC5282 board support" - depends on M528x - help - Support for the Arcturus Networks uC5282 dimm board. - config UCSIMM bool "uCsimm module support" depends on M68EZ328 @@ -205,23 +193,15 @@ config UCQUICC help Support for the Lineo uCquicc board. -config ARNEWSH - bool - config ARN5206 bool "Arnewsh 5206 board support" depends on M5206 - select ARNEWSH help Support for the Arnewsh 5206 board. -config FREESCALE - bool - config M5206eC3 bool "Motorola M5206eC3 board support" depends on M5206e - select FREESCALE help Support for the Motorola M5206eC3 board. @@ -231,88 +211,24 @@ config ELITE help Support for the Motorola M5206eLITE board. -config M5208EVB - bool "Freescale M5208EVB board support" - depends on M520x - select FREESCALE - help - Support for the Freescale Coldfire M5208EVB. - config M5235EVB bool "Freescale M5235EVB support" depends on M523x - select FREESCALE help Support for the Freescale M5235EVB board. config M5249C3 bool "Motorola M5249C3 board support" depends on M5249 - select FREESCALE help Support for the Motorola M5249C3 board. -config M5271EVB - bool "Freescale (Motorola) M5271EVB board support" - depends on M5271 - select FREESCALE - help - Support for the Freescale (Motorola) M5271EVB board. - -config M5275EVB - bool "Freescale (Motorola) M5275EVB board support" - depends on M5275 - select FREESCALE - help - Support for the Freescale (Motorola) M5275EVB board. - config M5272C3 bool "Motorola M5272C3 board support" depends on M5272 - select FREESCALE help Support for the Motorola M5272C3 board. -config senTec - bool - -config COBRA5272 - bool "senTec COBRA5272 board support" - depends on M5272 - select senTec - help - Support for the senTec COBRA5272 board. - -config AVNET - bool - -config AVNET5282 - bool "Avnet 5282 board support" - depends on M528x - select AVNET - help - Support for the Avnet 5282 board. - -config M5282EVB - bool "Motorola M5282EVB board support" - depends on M528x - select FREESCALE - help - Support for the Motorola M5282EVB board. - -config COBRA5282 - bool "senTec COBRA5282 board support" - depends on M528x - select senTec - help - Support for the senTec COBRA5282 board. - -config SOM5282EM - bool "EMAC.Inc SOM5282EM board support" - depends on M528x - help - Support for the EMAC.Inc SOM5282EM module. - config WILDFIRE bool "Intec Automation Inc. WildFire board support" depends on M528x @@ -328,14 +244,12 @@ config WILDFIREMOD config ARN5307 bool "Arnewsh 5307 board support" depends on M5307 - select ARNEWSH help Support for the Arnewsh 5307 board. config M5307C3 bool "Motorola M5307C3 board support" depends on M5307 - select FREESCALE help Support for the Motorola M5307C3 board. @@ -345,30 +259,9 @@ config SECUREEDGEMP3 help Support for the SnapGear SecureEdge/MP3 platform. -config M5329EVB - bool "Freescale (Motorola) M5329EVB board support" - depends on M532x - select FREESCALE - help - Support for the Freescale (Motorola) M5329EVB board. - -config COBRA5329 - bool "senTec COBRA5329 board support" - depends on M532x - help - Support for the senTec COBRA5329 board. - -config M5373EVB - bool "Freescale M5373EVB board support" - depends on M537x - select FREESCALE - help - Support for the Freescale M5373EVB board. - config M5407C3 bool "Motorola M5407C3 board support" depends on M5407 - select FREESCALE help Support for the Motorola M5407C3 board. @@ -402,39 +295,12 @@ config NETtel help Support for the SnapGear NETtel/SecureEdge/SnapGear boards. -config SNAPGEAR - bool "SnapGear router board support" - depends on NETtel - help - Special additional support for SnapGear router boards. - -config SNEHA - bool - -config CPU16B - bool "Sneha Technologies S.L. Sarasvati board support" - depends on M5272 - select SNEHA - help - Support for the SNEHA CPU16B board. - config MOD5272 bool "Netburner MOD-5272 board support" depends on M5272 help Support for the Netburner MOD-5272 board. -config SAVANT - bool - -config SAVANTrosie1 - bool "Savant Rosie1 board support" - depends on M523x - select SAVANT - help - Support for the Savant Rosie1 board. - - if !MMU || COLDFIRE comment "Machine Options" -- 1.7.11.7 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] m68k: remove 16 unused boards in Kconfig.machine 2013-05-17 7:59 ` [PATCH v2] m68k: remove 16 " Paul Bolle @ 2013-05-21 12:42 ` Greg Ungerer 2013-08-05 4:04 ` Greg Ungerer 1 sibling, 0 replies; 6+ messages in thread From: Greg Ungerer @ 2013-05-21 12:42 UTC (permalink / raw) To: Paul Bolle; +Cc: Geert Uytterhoeven, linux-m68k Hi Paul, On 17/05/13 17:59, Paul Bolle wrote: > The Kconfig entries for 16 boards are unused. Remove these, together > with the 6 entries that these boards select, but are also unused. > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl> > --- > 0) If double checking your commits is an art I'm no artist! I didn't > notice that v1 (called "m68k: remove 15 unused boards in > Kconfig.machine") depended on an older commit in my local stack of > changes. This commit combines both into one. > > 1) Still only tested by (extensive) grepping of the tree. I don't have a problem with removing these, though I'd like to do some build tests on them before acking them. Regards Greg > arch/m68k/Kconfig.machine | 134 ---------------------------------------------- > 1 file changed, 134 deletions(-) > > diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine > index b9ab0a6..61dc643 100644 > --- a/arch/m68k/Kconfig.machine > +++ b/arch/m68k/Kconfig.machine > @@ -150,18 +150,6 @@ config XCOPILOT_BUGS > help > Support the bugs of Xcopilot. > > -config UC5272 > - bool "Arcturus Networks uC5272 dimm board support" > - depends on M5272 > - help > - Support for the Arcturus Networks uC5272 dimm board. > - > -config UC5282 > - bool "Arcturus Networks uC5282 board support" > - depends on M528x > - help > - Support for the Arcturus Networks uC5282 dimm board. > - > config UCSIMM > bool "uCsimm module support" > depends on M68EZ328 > @@ -205,23 +193,15 @@ config UCQUICC > help > Support for the Lineo uCquicc board. > > -config ARNEWSH > - bool > - > config ARN5206 > bool "Arnewsh 5206 board support" > depends on M5206 > - select ARNEWSH > help > Support for the Arnewsh 5206 board. > > -config FREESCALE > - bool > - > config M5206eC3 > bool "Motorola M5206eC3 board support" > depends on M5206e > - select FREESCALE > help > Support for the Motorola M5206eC3 board. > > @@ -231,88 +211,24 @@ config ELITE > help > Support for the Motorola M5206eLITE board. > > -config M5208EVB > - bool "Freescale M5208EVB board support" > - depends on M520x > - select FREESCALE > - help > - Support for the Freescale Coldfire M5208EVB. > - > config M5235EVB > bool "Freescale M5235EVB support" > depends on M523x > - select FREESCALE > help > Support for the Freescale M5235EVB board. > > config M5249C3 > bool "Motorola M5249C3 board support" > depends on M5249 > - select FREESCALE > help > Support for the Motorola M5249C3 board. > > -config M5271EVB > - bool "Freescale (Motorola) M5271EVB board support" > - depends on M5271 > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5271EVB board. > - > -config M5275EVB > - bool "Freescale (Motorola) M5275EVB board support" > - depends on M5275 > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5275EVB board. > - > config M5272C3 > bool "Motorola M5272C3 board support" > depends on M5272 > - select FREESCALE > help > Support for the Motorola M5272C3 board. > > -config senTec > - bool > - > -config COBRA5272 > - bool "senTec COBRA5272 board support" > - depends on M5272 > - select senTec > - help > - Support for the senTec COBRA5272 board. > - > -config AVNET > - bool > - > -config AVNET5282 > - bool "Avnet 5282 board support" > - depends on M528x > - select AVNET > - help > - Support for the Avnet 5282 board. > - > -config M5282EVB > - bool "Motorola M5282EVB board support" > - depends on M528x > - select FREESCALE > - help > - Support for the Motorola M5282EVB board. > - > -config COBRA5282 > - bool "senTec COBRA5282 board support" > - depends on M528x > - select senTec > - help > - Support for the senTec COBRA5282 board. > - > -config SOM5282EM > - bool "EMAC.Inc SOM5282EM board support" > - depends on M528x > - help > - Support for the EMAC.Inc SOM5282EM module. > - > config WILDFIRE > bool "Intec Automation Inc. WildFire board support" > depends on M528x > @@ -328,14 +244,12 @@ config WILDFIREMOD > config ARN5307 > bool "Arnewsh 5307 board support" > depends on M5307 > - select ARNEWSH > help > Support for the Arnewsh 5307 board. > > config M5307C3 > bool "Motorola M5307C3 board support" > depends on M5307 > - select FREESCALE > help > Support for the Motorola M5307C3 board. > > @@ -345,30 +259,9 @@ config SECUREEDGEMP3 > help > Support for the SnapGear SecureEdge/MP3 platform. > > -config M5329EVB > - bool "Freescale (Motorola) M5329EVB board support" > - depends on M532x > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5329EVB board. > - > -config COBRA5329 > - bool "senTec COBRA5329 board support" > - depends on M532x > - help > - Support for the senTec COBRA5329 board. > - > -config M5373EVB > - bool "Freescale M5373EVB board support" > - depends on M537x > - select FREESCALE > - help > - Support for the Freescale M5373EVB board. > - > config M5407C3 > bool "Motorola M5407C3 board support" > depends on M5407 > - select FREESCALE > help > Support for the Motorola M5407C3 board. > > @@ -402,39 +295,12 @@ config NETtel > help > Support for the SnapGear NETtel/SecureEdge/SnapGear boards. > > -config SNAPGEAR > - bool "SnapGear router board support" > - depends on NETtel > - help > - Special additional support for SnapGear router boards. > - > -config SNEHA > - bool > - > -config CPU16B > - bool "Sneha Technologies S.L. Sarasvati board support" > - depends on M5272 > - select SNEHA > - help > - Support for the SNEHA CPU16B board. > - > config MOD5272 > bool "Netburner MOD-5272 board support" > depends on M5272 > help > Support for the Netburner MOD-5272 board. > > -config SAVANT > - bool > - > -config SAVANTrosie1 > - bool "Savant Rosie1 board support" > - depends on M523x > - select SAVANT > - help > - Support for the Savant Rosie1 board. > - > - > if !MMU || COLDFIRE > > comment "Machine Options" > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] m68k: remove 16 unused boards in Kconfig.machine 2013-05-17 7:59 ` [PATCH v2] m68k: remove 16 " Paul Bolle 2013-05-21 12:42 ` Greg Ungerer @ 2013-08-05 4:04 ` Greg Ungerer 1 sibling, 0 replies; 6+ messages in thread From: Greg Ungerer @ 2013-08-05 4:04 UTC (permalink / raw) To: Paul Bolle; +Cc: Geert Uytterhoeven, linux-m68k Hi Paul, On 17/05/13 17:59, Paul Bolle wrote: > The Kconfig entries for 16 boards are unused. Remove these, together > with the 6 entries that these boards select, but are also unused. > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl> I have pushed this onto the for-next branch of the m68knommu git tree. Regards Greg > --- > 0) If double checking your commits is an art I'm no artist! I didn't > notice that v1 (called "m68k: remove 15 unused boards in > Kconfig.machine") depended on an older commit in my local stack of > changes. This commit combines both into one. > > 1) Still only tested by (extensive) grepping of the tree. > > arch/m68k/Kconfig.machine | 134 ---------------------------------------------- > 1 file changed, 134 deletions(-) > > diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine > index b9ab0a6..61dc643 100644 > --- a/arch/m68k/Kconfig.machine > +++ b/arch/m68k/Kconfig.machine > @@ -150,18 +150,6 @@ config XCOPILOT_BUGS > help > Support the bugs of Xcopilot. > > -config UC5272 > - bool "Arcturus Networks uC5272 dimm board support" > - depends on M5272 > - help > - Support for the Arcturus Networks uC5272 dimm board. > - > -config UC5282 > - bool "Arcturus Networks uC5282 board support" > - depends on M528x > - help > - Support for the Arcturus Networks uC5282 dimm board. > - > config UCSIMM > bool "uCsimm module support" > depends on M68EZ328 > @@ -205,23 +193,15 @@ config UCQUICC > help > Support for the Lineo uCquicc board. > > -config ARNEWSH > - bool > - > config ARN5206 > bool "Arnewsh 5206 board support" > depends on M5206 > - select ARNEWSH > help > Support for the Arnewsh 5206 board. > > -config FREESCALE > - bool > - > config M5206eC3 > bool "Motorola M5206eC3 board support" > depends on M5206e > - select FREESCALE > help > Support for the Motorola M5206eC3 board. > > @@ -231,88 +211,24 @@ config ELITE > help > Support for the Motorola M5206eLITE board. > > -config M5208EVB > - bool "Freescale M5208EVB board support" > - depends on M520x > - select FREESCALE > - help > - Support for the Freescale Coldfire M5208EVB. > - > config M5235EVB > bool "Freescale M5235EVB support" > depends on M523x > - select FREESCALE > help > Support for the Freescale M5235EVB board. > > config M5249C3 > bool "Motorola M5249C3 board support" > depends on M5249 > - select FREESCALE > help > Support for the Motorola M5249C3 board. > > -config M5271EVB > - bool "Freescale (Motorola) M5271EVB board support" > - depends on M5271 > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5271EVB board. > - > -config M5275EVB > - bool "Freescale (Motorola) M5275EVB board support" > - depends on M5275 > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5275EVB board. > - > config M5272C3 > bool "Motorola M5272C3 board support" > depends on M5272 > - select FREESCALE > help > Support for the Motorola M5272C3 board. > > -config senTec > - bool > - > -config COBRA5272 > - bool "senTec COBRA5272 board support" > - depends on M5272 > - select senTec > - help > - Support for the senTec COBRA5272 board. > - > -config AVNET > - bool > - > -config AVNET5282 > - bool "Avnet 5282 board support" > - depends on M528x > - select AVNET > - help > - Support for the Avnet 5282 board. > - > -config M5282EVB > - bool "Motorola M5282EVB board support" > - depends on M528x > - select FREESCALE > - help > - Support for the Motorola M5282EVB board. > - > -config COBRA5282 > - bool "senTec COBRA5282 board support" > - depends on M528x > - select senTec > - help > - Support for the senTec COBRA5282 board. > - > -config SOM5282EM > - bool "EMAC.Inc SOM5282EM board support" > - depends on M528x > - help > - Support for the EMAC.Inc SOM5282EM module. > - > config WILDFIRE > bool "Intec Automation Inc. WildFire board support" > depends on M528x > @@ -328,14 +244,12 @@ config WILDFIREMOD > config ARN5307 > bool "Arnewsh 5307 board support" > depends on M5307 > - select ARNEWSH > help > Support for the Arnewsh 5307 board. > > config M5307C3 > bool "Motorola M5307C3 board support" > depends on M5307 > - select FREESCALE > help > Support for the Motorola M5307C3 board. > > @@ -345,30 +259,9 @@ config SECUREEDGEMP3 > help > Support for the SnapGear SecureEdge/MP3 platform. > > -config M5329EVB > - bool "Freescale (Motorola) M5329EVB board support" > - depends on M532x > - select FREESCALE > - help > - Support for the Freescale (Motorola) M5329EVB board. > - > -config COBRA5329 > - bool "senTec COBRA5329 board support" > - depends on M532x > - help > - Support for the senTec COBRA5329 board. > - > -config M5373EVB > - bool "Freescale M5373EVB board support" > - depends on M537x > - select FREESCALE > - help > - Support for the Freescale M5373EVB board. > - > config M5407C3 > bool "Motorola M5407C3 board support" > depends on M5407 > - select FREESCALE > help > Support for the Motorola M5407C3 board. > > @@ -402,39 +295,12 @@ config NETtel > help > Support for the SnapGear NETtel/SecureEdge/SnapGear boards. > > -config SNAPGEAR > - bool "SnapGear router board support" > - depends on NETtel > - help > - Special additional support for SnapGear router boards. > - > -config SNEHA > - bool > - > -config CPU16B > - bool "Sneha Technologies S.L. Sarasvati board support" > - depends on M5272 > - select SNEHA > - help > - Support for the SNEHA CPU16B board. > - > config MOD5272 > bool "Netburner MOD-5272 board support" > depends on M5272 > help > Support for the Netburner MOD-5272 board. > > -config SAVANT > - bool > - > -config SAVANTrosie1 > - bool "Savant Rosie1 board support" > - depends on M523x > - select SAVANT > - help > - Support for the Savant Rosie1 board. > - > - > if !MMU || COLDFIRE > > comment "Machine Options" > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-05 4:04 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-03-21 12:17 m68k: five unused boards in Kconfig.machine Paul Bolle 2013-03-25 6:43 ` Greg Ungerer 2013-05-16 20:11 ` [PATCH] m68k: remove 15 " Paul Bolle 2013-05-17 7:59 ` [PATCH v2] m68k: remove 16 " Paul Bolle 2013-05-21 12:42 ` Greg Ungerer 2013-08-05 4:04 ` Greg Ungerer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox