Skip to content

Commit 838a2e5

Browse files
committed
kbuild: migrate all arch to the kconfig mainmenu upgrade
Signed-off-by: Arnaud Lacombe <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Reviewed-by: Michal Marek <[email protected]>
1 parent c7abe86 commit 838a2e5

File tree

25 files changed

+12
-137
lines changed

25 files changed

+12
-137
lines changed

Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# For a description of the syntax of this configuration file,
3+
# see Documentation/kbuild/kconfig-language.txt.
4+
#
5+
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
6+
7+
config SRCARCH
8+
string
9+
option env="SRCARCH"
10+
11+
source "arch/$SRCARCH/Kconfig"

arch/alpha/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
51
config ALPHA
62
bool
73
default y

arch/arm/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "Linux Kernel Configuration"
7-
81
config ARM
92
bool
103
default y

arch/avr32/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "Linux Kernel Configuration"
7-
81
config AVR32
92
def_bool y
103
# With EMBEDDED=n, we get lots of stuff automatically selected

arch/blackfin/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "Blackfin Kernel Configuration"
7-
81
config SYMBOL_PREFIX
92
string
103
default "_"

arch/cris/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see the Configure script.
4-
#
5-
6-
mainmenu "Linux/CRIS Kernel Configuration"
7-
81
config MMU
92
bool
103
default y

arch/frv/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
51
config FRV
62
bool
73
default y
@@ -64,8 +60,6 @@ config HZ
6460
int
6561
default 1000
6662

67-
mainmenu "Fujitsu FR-V Kernel Configuration"
68-
6963
source "init/Kconfig"
7064

7165
source "kernel/Kconfig.freezer"

arch/h8300/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "uClinux/h8300 (w/o MMU) Kernel Configuration"
7-
81
config H8300
92
bool
103
default y

arch/ia64/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "IA-64 Linux Kernel Configuration"
7-
81
source "init/Kconfig"
92

103
source "kernel/Kconfig.freezer"

arch/m32r/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
#
2-
# For a description of the syntax of this configuration file,
3-
# see Documentation/kbuild/kconfig-language.txt.
4-
#
5-
6-
mainmenu "Linux/M32R Kernel Configuration"
7-
81
config M32R
92
bool
103
default y

0 commit comments

Comments
 (0)