Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97321
b: refs/heads/master
c: 7353190
h: refs/heads/master
i:
  97319: 0031b4a
v: v3
  • Loading branch information
Sam Ravnborg committed May 25, 2008
1 parent 6dad53c commit 51a2e37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9723c046bd5989aa9064038ce142f498bb1870d6
refs/heads/master: 73531905ed53576d9e8707659a761e7046a60497
13 changes: 3 additions & 10 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,10 @@ config X86
select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
select HAVE_ARCH_KGDB if !X86_VOYAGER

config DEFCONFIG_LIST
config ARCH_DEFCONFIG
string
depends on X86_32
option defconfig_list
default "arch/x86/configs/i386_defconfig"

config DEFCONFIG_LIST
string
depends on X86_64
option defconfig_list
default "arch/x86/configs/x86_64_defconfig"
default "arch/x86/configs/i386_defconfig" if X86_32
default "arch/x86/configs/x86_64_defconfig" if X86_64


config GENERIC_LOCKBREAK
Expand Down
1 change: 1 addition & 0 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config DEFCONFIG_LIST
default "/lib/modules/$UNAME_RELEASE/.config"
default "/etc/kernel-config"
default "/boot/config-$UNAME_RELEASE"
default "$ARCH_DEFCONFIG"
default "arch/$ARCH/defconfig"

menu "General setup"
Expand Down

0 comments on commit 51a2e37

Please sign in to comment.