Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
kbuild: migrate all arch to the kconfig mainmenu upgrade
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
lacombar committed Sep 20, 2010
1 parent c7abe86 commit 838a2e5
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 137 deletions.
11 changes: 11 additions & 0 deletions Kconfig
@@ -0,0 +1,11 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
string
option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
4 changes: 0 additions & 4 deletions arch/alpha/Kconfig
@@ -1,7 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
config ALPHA
bool
default y
Expand Down
7 changes: 0 additions & 7 deletions arch/arm/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux Kernel Configuration"

config ARM
bool
default y
Expand Down
7 changes: 0 additions & 7 deletions arch/avr32/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux Kernel Configuration"

config AVR32
def_bool y
# With EMBEDDED=n, we get lots of stuff automatically selected
Expand Down
7 changes: 0 additions & 7 deletions arch/blackfin/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Blackfin Kernel Configuration"

config SYMBOL_PREFIX
string
default "_"
Expand Down
7 changes: 0 additions & 7 deletions arch/cris/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see the Configure script.
#

mainmenu "Linux/CRIS Kernel Configuration"

config MMU
bool
default y
Expand Down
6 changes: 0 additions & 6 deletions arch/frv/Kconfig
@@ -1,7 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
config FRV
bool
default y
Expand Down Expand Up @@ -64,8 +60,6 @@ config HZ
int
default 1000

mainmenu "Fujitsu FR-V Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
7 changes: 0 additions & 7 deletions arch/h8300/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration"

config H8300
bool
default y
Expand Down
7 changes: 0 additions & 7 deletions arch/ia64/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "IA-64 Linux Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
7 changes: 0 additions & 7 deletions arch/m32r/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux/M32R Kernel Configuration"

config M32R
bool
default y
Expand Down
6 changes: 0 additions & 6 deletions arch/m68k/Kconfig
@@ -1,7 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
config M68K
bool
default y
Expand Down Expand Up @@ -65,8 +61,6 @@ config GENERIC_TIME
config ARCH_USES_GETTIMEOFFSET
def_bool y

mainmenu "Linux/68k Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
7 changes: 0 additions & 7 deletions arch/m68knommu/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "uClinux/68k (w/o MMU) Kernel Configuration"

config M68K
bool
default y
Expand Down
5 changes: 0 additions & 5 deletions arch/microblaze/Kconfig
@@ -1,8 +1,3 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.

mainmenu "Linux/Microblaze Kernel Configuration"

config MICROBLAZE
def_bool y
select HAVE_MEMBLOCK
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/Kconfig
Expand Up @@ -12,8 +12,6 @@ config MIPS
select HAVE_FUNCTION_GRAPH_TRACER
select RTC_LIB if !MACH_LOONGSON

mainmenu "Linux/MIPS Kernel Configuration"

menu "Machine selection"

config ZONE_DMA
Expand Down
9 changes: 0 additions & 9 deletions arch/mn10300/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux Kernel Configuration"

config MN10300
def_bool y
select HAVE_OPROFILE
Expand Down Expand Up @@ -69,8 +62,6 @@ config HZ
int
default 1000

mainmenu "Matsushita MN10300/AM33 Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
7 changes: 0 additions & 7 deletions arch/parisc/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux/PA-RISC Kernel Configuration"

config PARISC
def_bool y
select HAVE_IDE
Expand Down
6 changes: 0 additions & 6 deletions arch/powerpc/Kconfig
@@ -1,9 +1,3 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux/PowerPC Kernel Configuration"

source "arch/powerpc/platforms/Kconfig.cputype"

config PPC32
Expand Down
7 changes: 0 additions & 7 deletions arch/s390/Kconfig
@@ -1,8 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

config SCHED_MC
def_bool y
depends on SMP
Expand Down Expand Up @@ -78,8 +73,6 @@ config VIRT_CPU_ACCOUNTING
config ARCH_SUPPORTS_DEBUG_PAGEALLOC
def_bool y

mainmenu "Linux Kernel Configuration"

config S390
def_bool y
select USE_GENERIC_SMP_HELPERS if SMP
Expand Down
5 changes: 0 additions & 5 deletions arch/score/Kconfig
@@ -1,8 +1,3 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.

mainmenu "Linux/SCORE Kernel Configuration"

menu "Machine selection"

choice
Expand Down
7 changes: 0 additions & 7 deletions arch/sh/Kconfig
@@ -1,10 +1,3 @@
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux/SuperH Kernel Configuration"

config SUPERH
def_bool y
select EMBEDDED
Expand Down
6 changes: 0 additions & 6 deletions arch/sparc/Kconfig
@@ -1,9 +1,3 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "Linux/SPARC Kernel Configuration"

config 64BIT
bool "64-bit kernel" if ARCH = "sparc"
default ARCH = "sparc64"
Expand Down
2 changes: 0 additions & 2 deletions arch/um/Kconfig.common
Expand Up @@ -19,8 +19,6 @@ config MMU
config NO_IOMEM
def_bool y

mainmenu "Linux/Usermode Kernel Configuration"

config ISA
bool

Expand Down
3 changes: 0 additions & 3 deletions arch/x86/Kconfig
@@ -1,6 +1,3 @@
# x86 configuration
mainmenu "Linux Kernel Configuration for x86"

# Select 32 or 64 bit
config 64BIT
bool "64-bit kernel" if ARCH = "x86"
Expand Down
5 changes: 0 additions & 5 deletions arch/xtensa/Kconfig
@@ -1,8 +1,3 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.

mainmenu "Linux/Xtensa Kernel Configuration"

config FRAME_POINTER
def_bool n

Expand Down
2 changes: 1 addition & 1 deletion scripts/kconfig/Makefile
Expand Up @@ -8,7 +8,7 @@ PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-c
ifdef KBUILD_KCONFIG
Kconfig := $(KBUILD_KCONFIG)
else
Kconfig := arch/$(SRCARCH)/Kconfig
Kconfig := Kconfig
endif

xconfig: $(obj)/qconf
Expand Down

0 comments on commit 838a2e5

Please sign in to comment.