summaryrefslogtreecommitdiffstats
path: root/platforms/kernel.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-09 13:52:50 +0000
commit6575752df9fc2d6965a9c89a1c02b0c9327c0921 (patch)
treef5e9d603b4784bdd981c3b5511334e8931e59e73 /platforms/kernel.in
parent2b684653490447e1df8da39a6d1fafee4d6a7af9 (diff)
downloadptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.gz
ptxdist-6575752df9fc2d6965a9c89a1c02b0c9327c0921.tar.xz
* rules/host-*.in:
removed some prompts, removed some warning messages in platformconfig and worlfram's gonna test it now git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8150 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/kernel.in')
-rw-r--r--platforms/kernel.in54
1 files changed, 28 insertions, 26 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 197daee4b..5e4e8936d 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -1,5 +1,7 @@
menuconfig KERNEL
bool
+ select HOST_UMKIMAGE if KERNEL_IMAGE_U
+ select CROSS_MODULE_INIT_TOOLS if KERNEL_MODULES
prompt "Linux kernel "
config KERNEL_INSTALL
@@ -94,32 +96,6 @@ config KERNEL_ARCH_STRING
default "i386" if KERNEL_ARCH_I386
default "x86_64" if KERNEL_ARCH_X86_64
-menu "patching & configuration "
- depends on KERNEL
-
-config KERNEL_SERIES
- depends on KERNEL
- prompt "patch series file"
- string
- default "series${PTXDIST_PLATFORMSUFFIX}"
- help
- This entry specifies a patch series file which has to live in
- the kernel patches directory:
-
- The series file contains lines with names of patch files which
- are then being applied to the kernel.
-
-config KERNEL_CONFIG
- depends on KERNEL
- prompt "kernel config file"
- string
- default "kernel.config"
- help
- this entry specifies the .config file used to compile your kernel
-
-endmenu
-
-
choice
depends on KERNEL
prompt "Image Type "
@@ -164,6 +140,32 @@ choice
endchoice
+menu "patching & configuration "
+ depends on KERNEL
+
+config KERNEL_SERIES
+ depends on KERNEL
+ prompt "patch series file"
+ string
+ default "series${PTXDIST_PLATFORMSUFFIX}"
+ help
+ This entry specifies a patch series file which has to live in
+ the kernel patches directory:
+
+ The series file contains lines with names of patch files which
+ are then being applied to the kernel.
+
+config KERNEL_CONFIG
+ depends on KERNEL
+ prompt "kernel config file"
+ string
+ default "kernel.config"
+ help
+ this entry specifies the .config file used to compile your kernel
+
+endmenu
+
+
#
# autogenerated
#