diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:18:31 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 05:18:31 -0400 |
commit | 7a440c950efb5cdc8a05cc6c3ec8fc864b60ef77 (patch) | |
tree | 44a03ff7583978f6a6ce6566a78d16fd176e9888 /arch/sh/Kconfig | |
parent | 2c7834a6f15fe6c50ed4766f1bb6f9183b9e2740 (diff) |
sh: select CONFIG_EMBEDDED.
This solution isn't very optimal, but it's generaly the behaviour that
we want..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 9e5272e84fd8..1cc5c9b27bfd 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -8,6 +8,7 @@ mainmenu "Linux/SuperH Kernel Configuration" | |||
8 | config SUPERH | 8 | config SUPERH |
9 | bool | 9 | bool |
10 | default y | 10 | default y |
11 | select EMBEDDED | ||
11 | help | 12 | help |
12 | The SuperH is a RISC processor targeted for use in embedded systems | 13 | The SuperH is a RISC processor targeted for use in embedded systems |
13 | and consumer electronics; it was also used in the Sega Dreamcast | 14 | and consumer electronics; it was also used in the Sega Dreamcast |