Skip to content
Snippets Groups Projects
Commit 27a1e6cc authored by Imre Kaloz's avatar Imre Kaloz
Browse files

as we only support 2.6, remove the useless bool for it

SVN-Revision: 23246
parent 7fa8ba09
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ menu "Target Images"
menuconfig TARGET_ROOTFS_INITRAMFS
bool "ramdisk"
default y if USES_INITRAMFS
depends LINUX_2_6
help
Embed the rootfs into the kernel (initramfs)
......@@ -169,7 +168,6 @@ menu "Global build settings"
config KERNEL_DEBUG_FS
bool "Compile the kernel with Debug FileSystem enabled"
default y
depends LINUX_2_6
help
debugfs is a virtual file system that kernel developers use to put
debugging files into. Enable this option to be able to read and
......@@ -334,7 +332,6 @@ menu "Global build settings"
Specifies arguments passed to the strip command when stripping binaries
config STRIP_KERNEL_EXPORTS
depends LINUX_2_6
bool "Strip unnecessary exports from the kernel image"
help
Reduces kernel size by stripping unused kernel exports from the kernel image
......
......@@ -2,9 +2,6 @@ source "tmp/.config-target.in"
# Kernel/Hardware features
config LINUX_2_6
bool
config HAS_FPU
bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment