* [PATCH] [x86] rdc321x: select EMBEDDED
@ 2009-06-19 13:48 Florian Fainelli
2009-06-19 14:02 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2009-06-19 13:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Ingo Molnar, H. Peter Anvin, Thomas Gleixner
The RDC321X SoC is used in embedded systems, select
the EMBEDDED configuration symbol to set options
accordingly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 09f94e4..f9d1a48 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -382,6 +382,7 @@ config X86_RDC321X
depends on X86_EXTENDED_PLATFORM
select M486
select X86_REBOOTFIXUPS
+ select EMBEDDED
---help---
This option is needed for RDC R-321x system-on-chip, also known
as R-8610-(G).
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [x86] rdc321x: select EMBEDDED
2009-06-19 13:48 [PATCH] [x86] rdc321x: select EMBEDDED Florian Fainelli
@ 2009-06-19 14:02 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2009-06-19 14:02 UTC (permalink / raw)
To: Florian Fainelli
Cc: linux-kernel, Ingo Molnar, H. Peter Anvin, Thomas Gleixner
On Friday 19 June 2009, Florian Fainelli wrote:
> The RDC321X SoC is used in embedded systems, select
> the EMBEDDED configuration symbol to set options
> accordingly.
>
> Signed-off-by: Florian Fainelli <florian@openwrt.org>
This is not what CONFIG_EMBEDDED means (strictly),
the only thing that option does is to give you more
choice of which kernel features to enable to disable.
I suppose what you want is an rdc321x_defconfig file
that sets CONFIG_EMBEDDED and then sets up whatever
optional features you want.
Arnd <><
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-19 14:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 13:48 [PATCH] [x86] rdc321x: select EMBEDDED Florian Fainelli
2009-06-19 14:02 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox