Skip to content

Commit

Permalink
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/mmarek/kbuild-2.6

* 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: (38 commits)
  kbuild: convert `arch/tile' to the kconfig mainmenu upgrade
  README: cite nconfig
  Revert "kconfig: Temporarily disable dependency warnings"
  kconfig: Use PATH_MAX instead of 128 for path buffer sizes.
  kconfig: Fix realloc usage()
  kconfig: Propagate const
  kconfig: Don't go out from read config loop when you read new symbol
  kconfig: fix menuconfig on debian lenny
  kbuild: migrate all arch to the kconfig mainmenu upgrade
  kconfig: expand file names
  kconfig: use the file's name of sourced file
  kconfig: constify file name
  kconfig: don't emit warning upon rootmenu's prompt redefinition
  kconfig: replace KERNELVERSION usage by the mainmenu's prompt
  kconfig: delay gconf window initialization
  kconfig: expand by default the rootmenu's prompt
  kconfig: add a symbol string expansion helper
  kconfig: regen parser
  kconfig: implement the `mainmenu' directive
  kconfig: allow PACKAGE to be defined on the compiler's command-line
  ...

Fix up trivial conflict in arch/mn10300/Kconfig
  • Loading branch information
torvalds committed Oct 28, 2010
2 parents b779b33 + df4d303 commit 51399a3
Show file tree
Hide file tree
Showing 50 changed files with 946 additions and 955 deletions.
3 changes: 2 additions & 1 deletion Documentation/kbuild/kconfig-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ mainmenu:
"mainmenu" <prompt>

This sets the config program's title bar if the config program chooses
to use it.
to use it. It should be placed at the top of the configuration, before any
other statement.


Kconfig hints
Expand Down
11 changes: 11 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ CONFIGURING the kernel:
- Alternate configuration commands are:
"make config" Plain text interface.
"make menuconfig" Text based color menus, radiolists & dialogs.
"make nconfig" Enhanced text based color menus.
"make xconfig" X windows (Qt) based configuration tool.
"make gconfig" X windows (Gtk) based configuration tool.
"make oldconfig" Default all questions based on the contents of
Expand Down
4 changes: 0 additions & 4 deletions arch/alpha/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 @@ -61,8 +57,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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 @@ -62,8 +58,6 @@ config HZ
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ config MIPS
select RTC_LIB if !MACH_LOONGSON
select GENERIC_ATOMIC64 if !64BIT

mainmenu "Linux/MIPS Kernel Configuration"

menu "Machine selection"

config ZONE_DMA
Expand Down
9 changes: 0 additions & 9 deletions arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
@@ -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 @@ -93,8 +86,6 @@ config GENERIC_HARDIRQS
config HOTPLUG_CPU
def_bool n

mainmenu "Panasonic MN10300/AM33 Kernel Configuration"

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down
7 changes: 0 additions & 7 deletions arch/parisc/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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/tile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ config TILE
# config HUGETLB_PAGE_SIZE_VARIABLE


mainmenu "Linux/TILE Kernel Configuration"

# Please note: TILE-Gx support is not yet finalized; this is
# the preliminary support. TILE-Gx drivers are only provided
# with the alpha or beta test versions for Tilera customers.
Expand Down
2 changes: 0 additions & 2 deletions arch/um/Kconfig.common
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit 51399a3

Please sign in to comment.