From 8a53c363bb905b68b46e694885184c9216725d52 Mon Sep 17 00:00:00 2001 From: Patrick Ringl Date: Fri, 12 Jun 2009 13:58:36 +0200 Subject: [PATCH] --- yaml --- r: 149542 b: refs/heads/master c: b2d8993026a26f4ece8c8b3f2e138d2ba8f18eaa h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/README | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b4b070010c66..e3f1f8eb261c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7923f90fffa8746f6457d4eea2109fd3d6414189 +refs/heads/master: b2d8993026a26f4ece8c8b3f2e138d2ba8f18eaa diff --git a/trunk/README b/trunk/README index 7a078ff0ee06..737838fe73cc 100644 --- a/trunk/README +++ b/trunk/README @@ -176,7 +176,15 @@ CONFIGURING the kernel: with questions already answered. Additionally updates the dependencies. "make defconfig" Create a ./.config file by using the default - symbol values from arch/$ARCH/defconfig. + symbol values from either arch/$ARCH/defconfig + or arch/$ARCH/configs/${PLATFORM}_defconfig, + depending on the architecture. + "make ${PLATFORM}_defconfig" + Create a ./.config file by using the default + symbol values from + arch/$ARCH/configs/${PLATFORM}_defconfig. + Use "make help" to get a list of all available + platforms of your architecture. "make allyesconfig" Create a ./.config file by setting symbol values to 'y' as much as possible.