From 8d583fc01a44c04c1872b2c6144a221df30ee78d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 00:58:18 +0000 Subject: - generalize the menuconfig linux kernel support - simplify toplevel mkdir rules a tiny bit --- target/device/x86/Config.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'target/device/x86/Config.in') diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in index 99887b622..630795347 100644 --- a/target/device/x86/Config.in +++ b/target/device/x86/Config.in @@ -1,22 +1,6 @@ comment "Generic x86 Device Support" depends BR2_i386 -config BR2_TARGET_X86_GENERIC - bool "Generic x86 support" - depends BR2_i386 - default n - select BR2_PACKAGE_LINUX - help - Generic x86 support. - comment "Package support" depends BR2_TARGET_AMD_ALCHEMY -config BR2_PACKAGE_LINUX - bool "linux" - default n - depends BR2_TARGET_X86_GENERIC - help - The Linux kernel. - http://www.kernel.org/ - -- cgit v1.2.3