Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838a2e55 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kbuild: migrate all arch to the kconfig mainmenu upgrade

parent c7abe863
Loading
Loading
Loading
Loading

Kconfig

0 → 100644
+11 −0
Original line number Diff line number Diff line
#
# 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"
+0 −4
Original line number Diff line number Diff line
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
config ALPHA
	bool
	default y
+0 −7
Original line number Diff line number Diff line
#
# 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
+0 −7
Original line number Diff line number Diff line
#
# 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
+0 −7
Original line number Diff line number Diff line
#
# 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 "_"
Loading